All Packages Class Hierarchy This Package Previous Next Index
Class COM.Lexical.Metaphrase.Relation
java.lang.Object
|
+----COM.Lexical.Metaphrase.Relation
- public class Relation
- extends java.lang.Object
Metaphrase Relation class. The relations are part of the
UMLS Semantic Network. Each Relationship in the thesaurus may
optionally specify a relationship attribute (rela), which is
either a name or an inverse of a Relation.
- Version:
- Authority1.1, 11 Apr 2000
addChild(Relation)
-
children()
-
hasChildren()
-
inverse()
- The [name of the] Relation inverse.
level()
- Returns the depth of this Relation in the Relation hierarchy.
name()
- The name of the Relation.
STN()
- The Relation Tree Number.
toString()
- Returns name()
TUI()
- The Type Unique Identifier of the Relation.
TUI
public java.lang.String TUI()
The Type Unique Identifier of the Relation.
name
public java.lang.String name()
The name of the Relation.
STN
public java.lang.String STN()
The Relation Tree Number.
inverse
public java.lang.String inverse()
The [name of the] Relation inverse.
level
public int level()
Returns the depth of this Relation in the Relation hierarchy.
The top level (the one containing isa and associated_with) is
numbered 0.
hasChildren
public boolean hasChildren()
children
public Relation[] children()
addChild
public void addChild(Relation child)
toString
public java.lang.String toString()
Returns name()
- Overrides:
- toString in class java.lang.Object
All Packages Class Hierarchy This Package Previous Next Index