All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.Lexical.Metaphrase.Match

java.lang.Object
    |
    +----COM.Lexical.Metaphrase.MatchSet
            |
            +----COM.Lexical.Metaphrase.Match

public class Match
extends MatchSet
Match's returned in Enumeration from Metaphrase.matches(java.lang.String, int). Also represents a "singleton" MatchSet.

Each Match identifies a lexically related Concept, "Chunk Flags" identifying the shared significant lexemes, and a score.

Version:
Authority1.1, 11 Apr 2000

Method Index

 o attributes()
Attributes of Match.
 o concept()
Matching Concept.
 o elements()
 
 o matched()
Matched Atom of concept. Deprecated
 o matchedTerm()
Matched Term of concept.
 o preferred()
Preferred Atom for concept. Deprecated
 o preferredTerm()
Preferred Term for concept.
 o Print(PrintStream)
Prints the contents of Match to out.

Method Detail

 o concept
public Concept concept()
          Matching Concept.
 o preferredTerm
public Term preferredTerm()
          Preferred Term for concept.
 o matchedTerm
public Term matchedTerm()
          Matched Term of concept. This is the Term in the Concept which lexically matched the input string. May ==preferredTerm().
 o preferred
public Atom preferred()
Note: preferred() is deprecated.To be replaced by preferredTerm

          Preferred Atom for concept.

See Also:
preferredTerm()
 o matched
public Atom matched()
Note: matched() is deprecated.To be replaced by matchedTerm

          Matched Atom of concept.

See Also:
matchedTerm()
 o attributes
public java.util.Dictionary attributes()
          Attributes of Match. (Attributes is a Dictionary) Room for expansion, to hold arbitrary attribute-value pairs.
 o Print
public void Print(java.io.PrintStream out)
          Prints the contents of Match to out.
Overrides:
Print in class MatchSet
 o elements
public java.util.Enumeration elements()
Overrides:
elements in class MatchSet

All Packages  Class Hierarchy  This Package  Previous  Next  Index