uk.ac.ic.doc.automed.matching.relationships
Class Subset

java.lang.Object
  extended by uk.ac.ic.doc.automed.matching.relationships.SemanticRelationship
      extended by uk.ac.ic.doc.automed.matching.relationships.Subsumption
          extended by uk.ac.ic.doc.automed.matching.relationships.Subset

public class Subset
extends Subsumption

The Subset class represents the subset semantic relationship between SchemaElement objects.


Field Summary
static int INDEX
           
static Subsumption INSTANCE
          The singleton instance of the Subset class
 
Fields inherited from class uk.ac.ic.doc.automed.matching.relationships.Subsumption
NAME, REL_BETWEEN_ELEMENTS
 
Method Summary
static SemanticRelationship getRelationship()
          Returns an instance of the Subset class.
 
Methods inherited from class uk.ac.ic.doc.automed.matching.relationships.Subsumption
equals, getName, getStrength, toString
 
Methods inherited from class uk.ac.ic.doc.automed.matching.relationships.SemanticRelationship
isStronger
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INSTANCE

public static final Subsumption INSTANCE
The singleton instance of the Subset class


INDEX

public static final int INDEX
See Also:
Constant Field Values
Method Detail

getRelationship

public static SemanticRelationship getRelationship()
Returns an instance of the Subset class.

Returns:
an instance of the Subset class.