| Interface | Description |
|---|---|
| TransitionChecker<N extends Node,M extends Message> |
The transition checker acts a validator that is used
by a given State Machine to allow/deny a given transition.
|
| Transitioner<N extends Node,M extends Message,T extends Transition<N,M>> |
An interface for defining methods common to entities
handling transitions between nodes.
|
| TransitionIndex<N extends Node,M extends Message,T extends Transition<N,M>> |
An index allowing to store and fetch defined transitions.
|
Copyright © 2019 state-machine. All rights reserved.