public abstract class NonUnfoldedNotTransitionProcessor extends java.lang.Object implements IMatchProcessor<NonUnfoldedNotTransitionMatch>
| Constructor and Description |
|---|
NonUnfoldedNotTransitionProcessor() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
process(Automaton pAutomaton,
TypedTransition pTransition,
ComplexEventPattern pEventPattern)
Defines the action that is to be executed on each match.
|
void |
process(NonUnfoldedNotTransitionMatch match)
Defines the action that is to be executed on each match.
|
public abstract void process(Automaton pAutomaton, TypedTransition pTransition, ComplexEventPattern pEventPattern)
pAutomaton - the value of pattern parameter automaton in the currently processed matchpTransition - the value of pattern parameter transition in the currently processed matchpEventPattern - the value of pattern parameter eventPattern in the currently processed matchpublic void process(NonUnfoldedNotTransitionMatch match)
IMatchProcessorprocess in interface IMatchProcessor<NonUnfoldedNotTransitionMatch>match - a single match of the pattern that must be processed by the implementation of this method