All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----oplan.util.match.MatchTable | +----oplan.acp3.KqmlInterpreter
The match(Object) method should not be called. Instead, call interpret(KqmlEvent).
If a MatchCase is added, it must be an instance of KqmlCase (or one of its subclasses). The pattern in a KqmlCase is a List that begins with a Keyword, and the KqmlInterpreter indexes the cases by these pattern keywords for more efficient matching.
This class is not public and therefore cannot be used outside this package.
All Packages Class Hierarchy This Package Previous Next Index