| Modifier and Type | Class and Description |
|---|---|
class |
AbstractState
An abstract implementation of a state.
|
| Modifier and Type | Field and Description |
|---|---|
static State |
State.INVALID
The invalid state.
|
static State |
State.UNKNOWN
The unknown state.
|
| Modifier and Type | Method and Description |
|---|---|
State |
Transition.getSource()
Returns the source state.
|
State |
Machine.getState()
Returns current state of this machine.
|
State |
Transition.getTarget()
Returns the target state.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Machine.setState(State state)
Sets state.
|
| Constructor and Description |
|---|
Transition(State source,
State target)
Creates a new instance.
|
Copyright © 2011-2012. All Rights Reserved.