|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.aqueduct.state.AbstractState<T>
net.sourceforge.aqueduct.state.TerminalState<T>
T - public class TerminalState<T extends InputSource>
Represents a terminal state in a state machine. A terminal state does not transition to another state; when it is the current state of a state machine, that state machine's processing is complete.
| Constructor Summary | |
|---|---|
TerminalState(java.lang.String id)
|
|
| Method Summary | |
|---|---|
java.lang.String |
nextTransition(T inputSource)
Returns the next transition name. |
| Methods inherited from class net.sourceforge.aqueduct.state.AbstractState |
|---|
getId, isStopState, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TerminalState(java.lang.String id)
| Method Detail |
|---|
public java.lang.String nextTransition(T inputSource)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||