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