| Package | Description |
|---|---|
| org.zkoss.fsm |
An easy-to-use Finite State Machine implementation.
|
| Modifier and Type | Field and Description |
|---|---|
protected StateMachine<E,C,IN> |
StateCtx._machine |
protected StateMachine<E2,C2,IN> |
MacroStateCtx._submachine |
| Modifier and Type | Method and Description |
|---|---|
StateMachine<E,C,IN> |
StateMachine.setDebugMode(boolean mode)
Set debug mode, where
onDebug(String) is called at certain timing to
assist user develop the state machine |
| Modifier and Type | Method and Description |
|---|---|
protected StateCtx<E,C,IN> |
StateCtx.setMaster(StateMachine<E,C,IN> master)
Sets the owner state machine.
|
| Constructor and Description |
|---|
MacroStateCtx(StateMachine<E2,C2,IN> submachine)
Construct a macro state, which consists of a state machine by itself.
|
Copyright © 2018. All rights reserved.