| Package | Description |
|---|---|
| org.squirrelframework.foundation.fsm | |
| org.squirrelframework.foundation.fsm.impl |
| Modifier and Type | Method and Description |
|---|---|
StateMachineStatus |
StateMachine.getStatus() |
static StateMachineStatus |
StateMachineStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StateMachineStatus[] |
StateMachineStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
StateMachineStatus |
AbstractStateMachine.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractStateMachine.setStatus(StateMachineStatus status) |
Copyright © 2013–2016. All rights reserved.