| Package | Description |
|---|---|
| org.jeasy.states.api |
This package contains the public APIs.
|
| org.jeasy.states.core |
This package contains the core implementation of finite state machine.
|
| org.jeasy.states.util |
This package contains utility classes.
|
| Class and Description |
|---|
| Event
Interface for FSM events.
|
| EventHandler
Abstraction for actions to perform when an event is triggered.
|
| FiniteStateMachineException
Exception thrown if a problem occurs during event handling.
|
| State
A class representing a FSM state.
|
| Transition
Abstraction for a FSM transition.
|
| Class and Description |
|---|
| Event
Interface for FSM events.
|
| EventHandler
Abstraction for actions to perform when an event is triggered.
|
| FiniteStateMachine
FSM interface.
|
| State
A class representing a FSM state.
|
| Transition
Abstraction for a FSM transition.
|
| Class and Description |
|---|
| State
A class representing a FSM state.
|
Copyright © 2020. All rights reserved.