| Package | Description |
|---|---|
| org.squirrelframework.foundation.fsm | |
| org.squirrelframework.foundation.fsm.impl |
| Modifier and Type | Method and Description |
|---|---|
HistoryType |
ImmutableState.getHistoryType() |
static HistoryType |
HistoryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HistoryType[] |
HistoryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StateMachineBuilder.defineNoInitSequentialStatesOn(S parentStateId,
HistoryType historyType,
S... childStateIds)
Define sequential child states on parent state without initial state
|
void |
StateMachineBuilder.defineSequentialStatesOn(S parentStateId,
HistoryType historyType,
S... childStateIds)
Define sequential child states on parent state
|
void |
MutableState.setHistoryType(HistoryType historyType) |
| Modifier and Type | Method and Description |
|---|---|
void |
StateMachineBuilderImpl.defineNoInitSequentialStatesOn(S parentStateId,
HistoryType historyType,
S... childStateIds) |
void |
StateMachineBuilderImpl.defineSequentialStatesOn(S parentStateId,
HistoryType historyType,
S... childStateIds) |
Copyright © 2013–2016. All rights reserved.