edu.udo.cs.miningmart.schemamatching
Class MatchingResult
java.lang.Object
edu.udo.cs.miningmart.schemamatching.MatchingResult
- public class MatchingResult
- extends java.lang.Object
Objects of this class are result matrices of
schema matchers that implement the interface
MmSchemaMatcher
.
- Version:
- $Id: MatchingResult.java,v 1.3 2006/04/11 14:10:17 euler Exp $
- Author:
- Timm Euler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MatchingResult
public MatchingResult()
getBaOfFirstSchema
public BaseAttribute getBaOfFirstSchema()
- Returns:
- Returns the BaseAttribute of the first schema.
setBaOfFirstSchema
public void setBaOfFirstSchema(BaseAttribute ba)
throws SchemaMatchException
- Parameters:
ba
- The BaseAttribute to set.
- Throws:
SchemaMatchException
getBaOfSecondSchema
public BaseAttribute getBaOfSecondSchema()
- Returns:
- Returns the BaseAttribute of the second schema.
setBaOfSecondSchema
public void setBaOfSecondSchema(BaseAttribute ba)
throws SchemaMatchException
- Parameters:
ba
- The BaseAttribute to set.
- Throws:
SchemaMatchException
getSimilarity
public double getSimilarity()
- Returns:
- Returns the similarity.
setSimilarity
public void setSimilarity(double similarity)
- Parameters:
similarity
- The similarity to set.
Copyright © 2001-2005