|
Class Summary |
| Action |
Action is a Cursor for invoking long-running Java methods from plans. |
| Again |
The Again cursor is a cursor which returns true at regular time intervals. |
| ArrayCursor |
ArrayCursor is a class that can be used to bind logical variables to
the values of an array. |
| Change |
The Change class is a class that implements the necessary logic for
a Cursor tied to Observable objects. |
| EnumerationCursor |
Enumeration cursors iterate over a java.util.Enumeration. |
| GateCursor |
Implements a cursor that triggers after its key has been turned. |
| RepeatAction |
RepeatAction is a cursor that provides the ability to repeatedly
perform a long-running action. |
| TimeGateCursor |
Implements a cursor that triggers at a particular time
but only after its key has been turned like a GateCursor. |