Interface | Description |
---|---|
Action |
An interface for action definitions.
|
ActionType |
An
ActionType acts as a generator for Action objects. |
Class | Description |
---|---|
ActionUtils |
A class holding static methods for common
Action and ActionType operations. |
SimpleAction |
A simple implementation of
Action for unparameterized actions. |
UniversalActionType |
An
ActionType implementation for unparameterized actions (or at least a single action
whose parameters are full specified at construction time of this ActionType ) that have no preconditions (can be executed anywhere). |