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