public abstract class TokenInInitStateProcessor extends java.lang.Object implements IMatchProcessor<TokenInInitStateMatch>
| Constructor and Description |
|---|
TokenInInitStateProcessor() |
| 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(TokenInInitStateMatch 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(TokenInInitStateMatch match)
IMatchProcessorprocess in interface IMatchProcessor<TokenInInitStateMatch>match - a single match of the pattern that must be processed by the implementation of this method