All Packages Class Hierarchy This Package Previous Next Index
Class COM.Lexical.Metaphrase.AmbigMatch
java.lang.Object
|
+----COM.Lexical.Metaphrase.MatchSet
|
+----COM.Lexical.Metaphrase.AmbigMatch
- public class AmbigMatch
- extends MatchSet
Implementation of MatchSet for holding a set of "ambiguous"
Matches. elements() is guaranteed to return more than one Match.
- Version:
- Authority1.1, 11 Apr 2000
elements()
- An enumeration of the member Matches.
Print(PrintStream)
- Prints the contents of the AmbigMatch, including all the member
Matches, to out.
elements
public java.util.Enumeration elements()
An enumeration of the member Matches. Guaranteed to return more
than one Match.
- Overrides:
- elements in class MatchSet
Print
public void Print(java.io.PrintStream out)
Prints the contents of the AmbigMatch, including all the member
Matches, to out.
- Overrides:
- Print in class MatchSet
All Packages Class Hierarchy This Package Previous Next Index