public static interface Automaton.IStateVisitedListener
Modifier and Type | Method and Description |
---|---|
void |
stateUnVisited(Automaton.State state) |
void |
stateVisited(Automaton.State state) |
void |
stateVisited(Automaton.State state,
char ch) |
void stateVisited(Automaton.State state)
void stateVisited(Automaton.State state, char ch)
void stateUnVisited(Automaton.State state)