All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class oplan.acp3.KqmlInterpreter

java.lang.Object
   |
   +----oplan.util.match.MatchTable
           |
           +----oplan.acp3.KqmlInterpreter

class KqmlInterpreter
extends MatchTable
A KqmlInterpreter is used to match against KqmlEvents.

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.

See Also:
KqmlEvent, KqmlCase

This class is not public and therefore cannot be used outside this package.


All Packages  Class Hierarchy  This Package  Previous  Next  Index