| Interface | Description |
|---|---|
| ResourceLoader |
Platform specific resource loader.
|
| State |
A state of a machine.
|
| Task | |
| TransitionMatcher |
Interface for matching a transition.
|
| Class | Description |
|---|---|
| AbstractState |
An abstract implementation of a state.
|
| AbstractTask |
An abstract implementation of Task.
|
| 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.
|
| TaskLoader |
A context which loads tasks.
|
| Transition |
State transition of machines.
|
| Exception | Description |
|---|---|
| FSMException |
Exception for FSM.
|
Copyright © 2011-2012. All Rights Reserved.