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

Method Index

 o Print(PrintStream)
Prints the contents of Definition to out.
 o source()
The authority from which Definition is taken.
 o text()
The text of the Definition.
 o toString()
For debugging.

Method Detail

 o source
public Source source()
          The authority from which Definition is taken.
 o text
public java.lang.String text()
          The text of the Definition.
 o toString
public java.lang.String toString()
          For debugging.
Overrides:
toString in class java.lang.Object
 o Print
public void Print(java.io.PrintStream out)
          Prints the contents of Definition to out.

All Packages  Class Hierarchy  This Package  Previous  Next  Index