Class Summary |
BeliefState |
This class is used for representing the various belief states (such
as TRUE, FALSE, and UNKNOWN) to handle in agents' knowledge
bases. |
Cursor |
The Cursor class is the underlying implementation for
returning values from queries of any type. |
FalseCursor |
Utility cursor that always returns false. |
ObserverCursor |
This is a abstract cursor that does most of the work
for waiting on objects that support the java Observable or
JACK ObservableInt interfaces. |
TimeCursor |
Implements a cursor that triggers at a particular time. |
TrueOnceCursor |
Utility cursor that returns true only once between calls to reset(). |