ST - the generic type of the state machinepublic interface State<ST>
State represents a State.| Modifier and Type | Method and Description |
|---|---|
default String |
getName()
Gets the simple name of this
State object. |
void |
goNext(ST input)
Go to the next
State object. |
void |
goPrevious(ST input)
Go to the previous
State object. |
default boolean |
hasNext()
|
default boolean |
hasPrevious()
|
default boolean |
isFirst()
|
default boolean |
isLast()
|
default String getName()
State object.State object.void goNext(ST input)
State object.input - the StateMachine objectvoid goPrevious(ST input)
State object.input - the StateMachine objectdefault boolean hasNext()
default boolean hasPrevious()
default boolean isFirst()
Copyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.