Uses of Interface
anthill.nest.Nest

Packages that use Nest
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.nestor This package is a prototype implementation of package anthill.nest to be used during Anthill simulations.  
jxtaimpl   
 

Uses of Nest in antsim
 

Subinterfaces of Nest in antsim
 interface SimulatedNest
          Interface SimulatedNest extends Nest by adding methods for managing simulated nests, such as methods to obtain the ant manager associated to the nest, or to force the simulated nest to leave.
 

Uses of Nest in antsim.genie
 

Subinterfaces of Nest in antsim.genie
 interface GeneticNest
          The GeneticNest interface extends Nest with methods for managing genetic codes to be used in the creation of new ants during the evaluation of the fitness of a genetic ant algorithm.
 

Uses of Nest in antsim.nestor
 

Classes in antsim.nestor that implement Nest
 class LocalGeneticNest
          A Nest class collects the components of a Nest site: (i) a AntView object, which is the view of a Nest for an Ant; (ii) a Gate object, which manage the communication between nests; (iii) an Manager, i.e. the object which manage the activities performed by different agents.
 class LocalNest
          A Nest class collects the components of a Nest site: (i) a AntView object, which is the view of a Nest for an Ant; (ii) a Gate object, which manage the communication between nests; (iii) an Manager, i.e. the object which manage the activities performed by different agents.
 

Uses of Nest in jxtaimpl
 

Classes in jxtaimpl that implement Nest
 class Nest
          This class implements the Nest interface and the AntListener interface as well.