| Modifier and Type | Class and Description |
|---|---|
class |
DeadEndException |
class |
EventTypeClassifierException |
class |
StateHandlerException |
| Modifier and Type | Method and Description |
|---|---|
S |
SimpleStateMachine.run(Iterable<? extends E> events)
Executes the state machine with a series of Events.
|
RunResult<S,C> |
StateMachineWithContext.run(Iterable<? extends E> events,
C context)
Executes the state machine with a series of Events and a Context.
|
S |
SimpleStateMachine.run(S current,
E event)
Executes the state machine for a single event, starting in the specified
state.
|
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.