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