All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.Lexical.Metaphrase.MatchSet

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

public abstract class MatchSet
extends java.lang.Object
A "set" of [one or more] Match'es with the same chunkFlags and score.

Version:
Authority1.1, 11 Apr 2000
See Also:
Match, AmbigMatch

Method Index

 o chunkFlags()
Chunk flags of all the member Matches.
 o elements()
An enumeration of the member Matches.
 o Print(PrintStream)
Prints the contents of the MatchSet, including all the member Matches, to out.
 o score()
Score of all the member Matches.

Method Detail

 o chunkFlags
public java.util.BitSet chunkFlags()
          Chunk flags of all the member Matches.
See Also:
chunkFlags
 o score
public int score()
          Score of all the member Matches.
See Also:
score
 o elements
public java.util.Enumeration elements()
          An enumeration of the member Matches.
 o Print
public void Print(java.io.PrintStream out)
          Prints the contents of the MatchSet, including all the member Matches, to out.

All Packages  Class Hierarchy  This Package  Previous  Next  Index