| Interface | Description |
|---|---|
| ResourceLoader |
Platform specific resource loader.
|
| State |
State of a machine.
|
| Task | |
| TransitionContext |
A context for a transition.
|
| TransitionListener |
An interface for listening transition events from machines.
|
| TransitionMatcher |
Interface for matching a transition.
|
| Class | Description |
|---|---|
| AbstractState |
State of a machine.
|
| AbstractTask | |
| ClassResourceLoader |
A ResourceLoader implementation using a ClassLoader.
|
| FileResourceLoader |
A ResourceLoader implementation using File I/O.
|
| Machine |
A Finite State Machine.
|
| SwitchTask |
Task for switching conditions.
|
| TaskContext | |
| Transition |
Transition between states.
|
| TransitionEvent |
Event for a Transition.
|
| Exception | Description |
|---|---|
| FSMException |
Exception for FSM.
|
Copyright © 2011. All Rights Reserved.