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