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
chunkFlags()
- Chunk flags of all the member Matches.
elements()
- An enumeration of the member Matches.
Print(PrintStream)
- Prints the contents of the MatchSet, including all the member
Matches, to out.
score()
- Score of all the member Matches.
chunkFlags
public java.util.BitSet chunkFlags()
Chunk flags of all the member Matches.
- See Also:
- chunkFlags
score
public int score()
Score of all the member Matches.
- See Also:
- score
elements
public java.util.Enumeration elements()
An enumeration of the member Matches.
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