public abstract class InitialStateProcessor extends java.lang.Object implements IMatchProcessor<InitialStateMatch>
| Constructor and Description |
|---|
InitialStateProcessor() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
process(Automaton pThis,
InitState pInitState)
Defines the action that is to be executed on each match.
|
void |
process(InitialStateMatch match)
Defines the action that is to be executed on each match.
|
public abstract void process(Automaton pThis, InitState pInitState)
pThis - the value of pattern parameter this in the currently processed matchpInitState - the value of pattern parameter initState in the currently processed matchpublic void process(InitialStateMatch match)
IMatchProcessorprocess in interface IMatchProcessor<InitialStateMatch>match - a single match of the pattern that must be processed by the implementation of this method