Interface Summary |
AntListener |
This interface must be implemented by nests in order to receive
ants from other nests. |
Gate |
The Gate interface contains the set of methods
used by a nest to communicate with other nests.
|
Manager |
The aim of a Manager is to control the execution of
the ants receveid by other nests or generated locally.
|
Nest |
Nest is the interface used by nest users
to communicate with nests. |
RequestSet |
The RequestSet interface represents a data structure
containing associations between ant identifiers and listeners
interested in the responses returned by those ants.
|
ResponseListener |
Listener interface which must be implemented by objects
that want to be notified about the results of a request. |
Trail |
This interface represents a container for associations
(ant identifier, previous nest identifier) stored in
nests. |