| Interface | Description |
|---|---|
| Envelope<N extends Node,M extends Message> |
This interface allows wrapping a message with the source/target information
in order to be transmitted to interested parties (e.g.
|
| Message |
Represents a message passed to a given state
in the state machine.
|
| Payload |
A simple marker interface representing
the information contained by transition messages.
|
| Class | Description |
|---|---|
| AbstractEnvelope<N extends Node,M extends Message> |
Base class for
Envelope implementors. |
| Messages |
Provides default generic Message types
|
| VoidMessage |
Represents an empty/null message
|
| Enum | Description |
|---|---|
| Event |
Copyright © 2019 state-machine. All rights reserved.