uk.ac.ic.doc.automed.matching.relationships
Class Subsumption
java.lang.Object
uk.ac.ic.doc.automed.matching.relationships.SemanticRelationship
uk.ac.ic.doc.automed.matching.relationships.Subsumption
- Direct Known Subclasses:
- Subset, Superset
public abstract class Subsumption
- extends SemanticRelationship
The Subsumption class represents the subsumption semantic relationship
between SchemaElement
objects.
This is an abstract class. For instances of this class look at the subclasses
Subset
,Superset
.
Field Summary |
private static int |
strength
The name of the Subsumption semantic relationship |
Method Summary |
boolean |
equals(java.lang.Object o)
Compares this object against the specified object. |
protected int |
getStrength()
Returns the strength of the SemanticRelationship object. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
strength
private static final int strength
- The name of the
Subsumption
semantic relationship
- See Also:
- Constant Field Values
Subsumption
public Subsumption()
equals
public boolean equals(java.lang.Object o)
- Description copied from class:
SemanticRelationship
- Compares this object against the specified object.
- Specified by:
equals
in class SemanticRelationship
- Returns:
true
if the objects are the same, false
otherwise.
getStrength
protected int getStrength()
- Description copied from class:
SemanticRelationship
- Returns the strength of the
SemanticRelationship
object.
- Specified by:
getStrength
in class SemanticRelationship
- Returns:
- the strength of the
SemanticRelationship
object.