|
||||||||||
| 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
protected class 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 IStatepublic IState next(char ch)
IStateIState of all IStatePro that are reachable from
this IState with a character ch.
next in interface IStatepublic StateProSet getAllReachableStates()
IState
getAllReachableStates in interface IStatepublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||