uk.ac.ic.doc.automed.matching.relationships
Class Superset
java.lang.Object
uk.ac.ic.doc.automed.matching.relationships.SemanticRelationship
uk.ac.ic.doc.automed.matching.relationships.Subsumption
uk.ac.ic.doc.automed.matching.relationships.Superset
public class Superset
- extends Subsumption
The Superset class represents the superset semantic relationship
between SchemaElement
objects.
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NAME
public static final java.lang.String NAME
- The singleton instance of the
Superset
class
- See Also:
- Constant Field Values
REL_BETWEEN_ELEMENTS
public static final java.lang.String REL_BETWEEN_ELEMENTS
- See Also:
- Constant Field Values
INSTANCE
public static final Subsumption INSTANCE
INDEX
public static final int INDEX
- See Also:
- Constant Field Values
Superset
public Superset()
getRelationship
public static SemanticRelationship getRelationship()
- Returns an instance of the
Superset
class.
- Returns:
- an instance of the
Superset
class.
getIndex
public int getIndex()
- Specified by:
getIndex
in class SemanticRelationship
getName
public java.lang.String getName()
- Description copied from class:
SemanticRelationship
- Returns the name of the
SemanticRelationship
object
- Specified by:
getName
in class SemanticRelationship
- Returns:
- the name of the
SemanticRelationship
object
toString
public java.lang.String toString()
- Specified by:
toString
in class SemanticRelationship