| Interface | Description |
|---|---|
| Mergeable<N extends Node> |
Defines the method to be implemented by
classes interested in merging its current
state (i.e.
|
| Node |
Represents any item present in a directed graph
|
| Class | Description |
|---|---|
| AbstractNode |
Represents an arbitrary node of a given directed graph
|
| Status |
The status represents the possible outcome of a given movement
between nodes.
|
| Transition<N extends Node,M extends Message> |
A generic contract allowing to identify
the target destination after processing
the message.
|
Copyright © 2019 state-machine. All rights reserved.