| Class and Description |
|---|
| EventTypeClassifier
A functional interface to determine the event type of an event.
|
| GenericStateMachine |
| Guard
A functional interface to determine whether a transition is eligible or not.
|
| InvalidExpressionException |
| RunResult |
| SimpleStatefulStateMachine |
| SimpleStateMachine
A state machine.
|
| StatefulStateMachine |
| StatefulStateMachineWithContext |
| StateMachine |
| StateMachineBuilder
A builder to create
SimpleStateMachines. |
| StateMachineBuilderException.ErrorType
Tge type of this exception.
|
| StateMachineException |
| StateMachineListener
A marker interface for all kinds of listeners that can be attached to a state
machine by
StateMachineBuilder.withListener(StateMachineListener). |
| StateMachines.OutputFormat
Enumeration of output formats for serializing state machine definitions.
|
| StateMachineWithContext
A
SimpleStateMachine with a computational context. |
| Transition
A value class that represents a transition, with an optional guard attached.
|
| Transition.TransitionBuilder
A TransitionBuilder that builds transitions.
|
| Transition.TransitionBuilder2
A TransitionBuilder that builds transitions.
|
Copyright © 2015. All rights reserved.