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