public abstract class AndPatternProcessor extends java.lang.Object implements IMatchProcessor<AndPatternMatch>
| Constructor and Description |
|---|
AndPatternProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
process(AndPatternMatch match)
Defines the action that is to be executed on each match.
|
abstract void |
process(ComplexEventPattern pEventPattern)
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(AndPatternMatch match)
IMatchProcessorprocess in interface IMatchProcessor<AndPatternMatch>match - a single match of the pattern that must be processed by the implementation of this method