public class EnumStateMachine<S extends Enum<S>,E extends Enum<E>> extends AbstractStateMachine<S,E>
| Constructor and Description |
|---|
EnumStateMachine(Collection<State<S,E>> states,
Collection<Transition<S,E>> transitions,
State<S,E> initialState) |
addStateListener, doStart, getInitialState, getState, getStates, sendEvent, sendEventafterPropertiesSet, doStop, getBeanFactory, getPhase, getTaskExecutor, getTaskScheduler, getYarnEventPublisher, isAutoStartup, isRunning, onInit, setAutoStartup, setBeanFactory, setPhase, setTaskExecutor, setTaskScheduler, setYarnEventPublisher, start, stop, stopclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitstartpublic EnumStateMachine(Collection<State<S,E>> states, Collection<Transition<S,E>> transitions, State<S,E> initialState)