All Packages Class Hierarchy This Package Previous Next Index
Class COM.Lexical.Metaphrase.Definition
java.lang.Object
|
+----COM.Lexical.Metaphrase.Definition
- public class Definition
- extends java.lang.Object
- implements ConceptElement
Metaphrase definition class. Contains a textual definition from
some identified authoritative source.
- Version:
- Authority1.1, 11 Apr 2000
Print(PrintStream)
- Prints the contents of Definition to out.
source()
- The authority from which Definition is taken.
text()
- The text of the Definition.
toString()
- For debugging.
source
public Source source()
The authority from which Definition is taken.
text
public java.lang.String text()
The text of the Definition.
toString
public java.lang.String toString()
For debugging.
- Overrides:
- toString in class java.lang.Object
Print
public void Print(java.io.PrintStream out)
Prints the contents of Definition to out.
All Packages Class Hierarchy This Package Previous Next Index