|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - The type of InputSource object used by this object to find the
next transition name.public interface State<T extends InputSource>
A state in the state machine. Uses values from the provided InputSource to determine the next transition.
| Method Summary | |
|---|---|
java.lang.String |
getId()
Returns this State's identifier. |
boolean |
isStopState()
Indicates to a StateMachine that the runUntilStopState() method should stop executing state transitions. |
java.lang.String |
nextTransition(T inputSource)
Uses values from the provided InputSource to determine the StateMachine's next transition. |
| Method Detail |
|---|
java.lang.String nextTransition(T inputSource)
inputSource -
java.lang.String getId()
boolean isStopState()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||