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

Constructor Index

 o SemanticClass(String)
Creates a new SemanticClass from the Semantic Class name.

Method Index

 o name()
The name of the SemanticClass.
 o Print(PrintStream)
Prints the contents of SemanticClass to out.

Constructor Detail

 o SemanticClass
public SemanticClass(java.lang.String name)
          Creates a new SemanticClass from the Semantic Class name.
Parameters:
name - the name of the SemanticClass.

Method Detail

 o name
public java.lang.String name()
          The name of the SemanticClass.
 o Print
public void Print(java.io.PrintStream out)
          Prints the contents of SemanticClass to out.

All Packages  Class Hierarchy  This Package  Previous  Next  Index