T - type of State MachineS - type of StateE - type of EventC - type of Contextpublic interface StateMachineData<T extends StateMachine<T,S,E,C>,S,E,C> extends Serializable
dump(Reader) which
means take a snapshot of state machine or save the current state machine
execution state.| Modifier and Type | Interface and Description |
|---|---|
static interface |
StateMachineData.Reader<T extends StateMachine<T,S,E,C>,S,E,C> |
static interface |
StateMachineData.Writer<T extends StateMachine<T,S,E,C>,S,E,C> |
void dump(StateMachineData.Reader<T,S,E,C> src)
src - source state machine dataStateMachineData.Reader<T,S,E,C> read()
StateMachineData.Writer<T,S,E,C> write()
Copyright © 2013–2016. All rights reserved.