|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StaticState | |
|---|---|
| com.x8ing.lsm4j.state | Provides classes that build the base structure of the state machine. |
| Uses of StaticState in com.x8ing.lsm4j.state |
|---|
| Subclasses of StaticState in com.x8ing.lsm4j.state | |
|---|---|
class |
ProcessableState
|
| Fields in com.x8ing.lsm4j.state declared as StaticState | |
|---|---|
protected StaticState |
StaticTransition.currentState
|
protected StaticState |
StaticTransition.nextState
|
| Methods in com.x8ing.lsm4j.state that return StaticState | |
|---|---|
StaticState |
StaticTransition.getCurrentState()
|
StaticState |
StaticTransition.getNextState()
|
protected StaticState |
StaticGraph.getStateWithID(int stateUID)
|
| Methods in com.x8ing.lsm4j.state with parameters of type StaticState | |
|---|---|
void |
StaticGraph.addValidTransition(StaticState currentState,
StaticState nextState)
|
boolean |
StaticGraph.isValidTransition(StaticState currentState,
StaticState nextState)
|
| Constructors in com.x8ing.lsm4j.state with parameters of type StaticState | |
|---|---|
StaticTransition(StaticState currentState,
StaticState nextState)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||