public static interface Automaton.IState
extends java.lang.Cloneable
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
Automaton.LinkedSet_State |
getAllReachableStates() |
Automaton.IState |
next(char ch) |
Automaton.IState next(char ch)
Automaton.LinkedSet_State getAllReachableStates()
java.lang.Object clone()