|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.karneim.util.collection.set.SAutomaton.State
Field Summary | |
protected AutomatonSet_String.ISState |
state
|
Constructor Summary | |
protected |
SAutomaton.State(AutomatonSet_String.ISState state)
|
Method Summary | |
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()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected final AutomatonSet_String.ISState state
Constructor Detail |
protected SAutomaton.State(AutomatonSet_String.ISState state)
Method Detail |
public boolean isFinal()
isFinal
in interface IState
public IState next(char ch)
IState
IState
of all IStatePro
that are reachable from
this IState
with a character ch
.
next
in interface IState
ch
-
public StateProSet getAllReachableStates()
IState
getAllReachableStates
in interface IState
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |