| Package | Description |
|---|---|
| ch.bbv.fsm |
| Modifier and Type | Method and Description |
|---|---|
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 |
StateMachine.defineHierarchyOn(TState superStateId,
TState initialSubStateId,
HistoryType historyType,
TState... subStateIds)
Defines a state hierarchy.
|
Copyright © 2012 bbv Software Services AG. All Rights Reserved.