All Packages Class Hierarchy This Package Previous Next Index
Class COM.Lexical.Metaphrase.SemanticClass
java.lang.Object
|
+----COM.Lexical.Metaphrase.SemanticClass
- public class SemanticClass
- extends java.lang.Object
Metaphrase Semantic Class class.
- Version:
- Authority1.1, 11 Apr 2000
SemanticClass(String)
- Creates a new SemanticClass from the Semantic Class name.
name()
- The name of the SemanticClass.
Print(PrintStream)
- Prints the contents of SemanticClass to out.
SemanticClass
public SemanticClass(java.lang.String name)
Creates a new SemanticClass from the Semantic Class name.
- Parameters:
name - the name of the SemanticClass.
name
public java.lang.String name()
The name of the SemanticClass.
Print
public void Print(java.io.PrintStream out)
Prints the contents of SemanticClass to out.
All Packages Class Hierarchy This Package Previous Next Index