All Packages Class Hierarchy This Package Previous Next Index
Class COM.Lexical.Metaphrase.Term
java.lang.Object
|
+----COM.Lexical.Metaphrase.Term
- public class Term
- extends java.lang.Object
Metaphrase term class.
A Term represents a set of Atom's which all belong to the same
Concept and the same Lexical Class (i.e., have the same LUI).
- Version:
- Authority1.1, 11 Apr 2000
concept()
- The Concept which contains the Term.
LUI()
- The Lexical class Unique Identifier of Term.
preferredForm()
- The preferred form of the Term.
Print(PrintStream)
- Prints the contents of Term to out.
toString()
- Same as preferredForm().
concept
public Concept concept()
The Concept which contains the Term.
LUI
public java.lang.String LUI()
The Lexical class Unique Identifier of Term.
Lexical classes contain a set of lexical variants, as determined
by the norm program.
preferredForm
public java.lang.String preferredForm()
The preferred form of the Term.
The name of the most preferred Atom in this Concept and Lexical
Class.
toString
public java.lang.String toString()
Same as preferredForm().
- Overrides:
- toString in class java.lang.Object
Print
public void Print(java.io.PrintStream out)
Prints the contents of Term to out.
All Packages Class Hierarchy This Package Previous Next Index