Package com.alibaba.cola.statemachine
-
Interface Summary Interface Description Action<S,E,C> Generic strategy interface used by a state machine to respond events by executing anActionwith aStateContext.Condition<C> ConditionState<S,E,C> StateStateContext<S,E,C> StateContextStateMachine<S,E,C> StateMachineTransition<S,E,C> Transitionis something what a state machine associates with a state changes.Visitable VisitableVisitor Visitor -
Class Summary Class Description StateMachineFactory StateMachineFactory