Package | Description |
---|---|
com.karneim.util.collection.set |
Modifier and Type | Class and Description |
---|---|
protected class |
SAutomaton.State |
Modifier and Type | Method and Description |
---|---|
IState |
IState.next(char ch)
returns the
IState of all IStatePro that are reachable from
this IState with a character ch . |
IState |
SAutomaton.State.next(char ch) |
IState |
IStatePro.visit()
Visits this state with an epsilon transition and returns its epsilon closure.
|
IState |
SAutomaton.StatePro.visit() |