| Class | Description |
|---|---|
| AbstractFilteredState |
Base class for all Message filter state decorators
|
| AbstractWrappedState |
This class is intended to contain the actual State
instance in order to be stored in a state machine.
|
| FilteredState |
A decorator adding message filtering functionality
to regular states.
|
| InfoStatus |
This class acts as a wrapper for Status instances allowing to associate their
originating events.
|
| SimpleEnvelope |
An implementation of the envelope handling state messaging.
|
| State |
The default implementation of the state.
|
| State.StateBuilder |
A basic State builder
|
| StateContext |
The context implementation for State nodes
|
| StateTransition |
Represents a simple transition between states
|
| StringMessage |
An implementation of the Message interface
with a String payload.
|
Copyright © 2019 state-machine. All rights reserved.