public abstract class TokenInTrapStateProcessor extends java.lang.Object implements IMatchProcessor<TokenInTrapStateMatch>
| Constructor and Description |
|---|
TokenInTrapStateProcessor() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
process(Automaton pAutomaton,
EventToken pEventToken)
Defines the action that is to be executed on each match.
|
void |
process(TokenInTrapStateMatch match)
Defines the action that is to be executed on each match.
|
public abstract void process(Automaton pAutomaton, EventToken pEventToken)
pAutomaton - the value of pattern parameter automaton in the currently processed matchpEventToken - the value of pattern parameter eventToken in the currently processed matchpublic void process(TokenInTrapStateMatch match)
IMatchProcessorprocess in interface IMatchProcessor<TokenInTrapStateMatch>match - a single match of the pattern that must be processed by the implementation of this method