Uses of Package
anthill.nest

Packages that use anthill.nest
ants.freeant Freeant is an experimental ant based on the Gnutant algorithm.  
antsim This package contains the main interfaces used in the Anthill simulation tool, including interfaces to perform evaluations, to collect statistics, to simulate peer-to-peer networks and to generate random requests of documents. 
antsim.genie This package contains the main interfaces used in the Anthill evolution framework, including interfaces to perform evaluations using genetic tools, to represent genetic codes and to manipulate populations of genetic codes. 
antsim.impl This package contains a prototype implementation of the interfaces included in package antsim
antsim.nestor This package is a prototype implementation of package anthill.nest to be used during Anthill simulations.  
jxtaimpl   
jxtaimpl.gui   
 

Classes in anthill.nest used by ants.freeant
ResponseListener
          Listener interface which must be implemented by objects that want to be notified about the results of a request.
 

Classes in anthill.nest used by antsim
Nest
          Nest is the interface used by nest users to communicate with nests.
ResponseListener
          Listener interface which must be implemented by objects that want to be notified about the results of a request.
 

Classes in anthill.nest used by antsim.genie
Nest
          Nest is the interface used by nest users to communicate with nests.
 

Classes in anthill.nest used by antsim.impl
ResponseListener
          Listener interface which must be implemented by objects that want to be notified about the results of a request.
 

Classes in anthill.nest used by antsim.nestor
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 request identifiers and listeners interested in the responses returned by those ants.
 

Classes in anthill.nest used by jxtaimpl
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 request identifiers and listeners interested in the responses returned by those ants.
 

Classes in anthill.nest used by jxtaimpl.gui
ResponseListener
          Listener interface which must be implemented by objects that want to be notified about the results of a request.