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