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