Uses of Interface
anthill.nest.Nest

Packages that use Nest
anthill.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. 
anthill.antsim.impl This package contains a prototype implementation of the interfaces included in package anthill.antsim
anthill.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. 
anthill.nestor This package is a prototype implementation of package anthill.nest to be used during Anthill simulations.  
 

Uses of Nest in anthill.antsim
 

Methods in anthill.antsim that return Nest
 Nest[] Peernet.getNests()
          Returns the collection of nests composing the simulated P2P network.
 

Uses of Nest in anthill.antsim.impl
 

Methods in anthill.antsim.impl that return Nest
 Nest Rid.getNest()
           
 Nest[] PeernetImpl.getNests()
          Return the nodes composing the simulated p2p network
 

Constructors in anthill.antsim.impl with parameters of type Nest
Rid(Nest nest)
           
 

Uses of Nest in anthill.genie
 

Subinterfaces of Nest in anthill.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 anthill.nestor
 

Classes in anthill.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.