| Modifier and Type | Method and Description |
|---|---|
RunResult<S,C> |
StateMachineWithContext.run(Iterable<? extends E> events,
C context)
Executes the state machine with a series of Events and a Context.
|
RunResult<S,C> |
StateMachineWithContext.run(S current,
E event,
C context)
Executes the state machine for a single event, starting in the specified
state.
|
Copyright © 2015. All rights reserved.