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

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.Subset

public class Subset
extends Subsumption


Field Summary
static Subsumption INSTANCE
           
 
Fields inherited from class uk.ac.ic.doc.automed.matching.relationships.Subsumption
NAME, REL_BETWEEN_ELEMENTS
 
Method Summary
static SemanticRelationship getRelationship()
           
 
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
Method Detail

getRelationship

public static SemanticRelationship getRelationship()