protected class SAutomaton.State extends java.lang.Object implements IState
| Modifier and Type | Field and Description |
|---|---|
protected AutomatonSet_String.ISState |
state |
| Modifier | Constructor and Description |
|---|---|
protected |
State(AutomatonSet_String.ISState state) |
| Modifier and Type | Method and Description |
|---|---|
StateProSet |
getAllReachableStates()
Returns all states that are reachable from this state through it's transitions and so on.
|
boolean |
isFinal() |
IState |
next(char ch)
returns the
IState of all IStatePro that are reachable from
this IState with a character ch. |
java.lang.String |
toString() |
protected final AutomatonSet_String.ISState state
protected State(AutomatonSet_String.ISState state)
public IState next(char ch)
IStateIState of all IStatePro that are reachable from
this IState with a character ch.public StateProSet getAllReachableStates()
IStategetAllReachableStates in interface IStatepublic java.lang.String toString()
toString in class java.lang.Object