uk.ac.ic.doc.automed.matching
Class UncertainSchemaElementPair
java.lang.Object
uk.ac.ic.doc.automed.matching.SchemaElementPair
uk.ac.ic.doc.automed.matching.UncertainSchemaElementPair
public class UncertainSchemaElementPair
- extends SchemaElementPair
The class representing a pair of schema elements and its uncertain semantic relationship.
As in SchemaElementPair the index of the schema element matters.
- See Also:
MassPotential
|
Method Summary |
it.unibo.cs.belief.MassPotential |
getMassPotential()
Returns the mass potential of this pair. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
UncertainSchemaElementPair
public UncertainSchemaElementPair(SchemaElement first,
SchemaElement second,
it.unibo.cs.belief.MassPotential mp)
- Constructs a
UncertainSchemaElementPair object.
- Parameters:
first - the first element of the pairsecond - the second element of the pairmp - the mass potential of the pair, uncertain semantic relationship
UncertainSchemaElementPair
public UncertainSchemaElementPair(SchemaElementPair pair,
it.unibo.cs.belief.MassPotential mp)
- Constructs a
UncertainSchemaElementPair object.
- Parameters:
pair - the schema element pairmp - the mass potential of the pair, uncertain semantic relationship
toString
public java.lang.String toString()
- Overrides:
toString in class SchemaElementPair
getMassPotential
public it.unibo.cs.belief.MassPotential getMassPotential()
- Returns the mass potential of this pair.
- Returns:
- the mass potential of this pair.