| Package | Description |
|---|---|
| org.jeasy.states.core |
This package contains the core implementation of finite state machine.
|
| Class and Description |
|---|
| FiniteStateMachineBuilder
FSM builder : this class is the main entry point to build FSM instances.
|
| TransitionBuilder
FSM transition builder : this class should be used to build FSM transition instances:
Source and target states must be declared in FSM states set.
Source and target states must be defined (not null)
Event Type must be defined (not null)
Event Handler is not mandatory
|
Copyright © 2020. All rights reserved.