Package antsim.nestor

This package is a prototype implementation of package anthill.nest to be used during Anthill simulations.

See:
          Description

Class Summary
LocalAid Class LocalAid is the implementation of AntId to be used during off-line simulation.
LocalAntView Class LocalAntView is a simple implementation of interface AntView, which implements methods included in it by invoking the opportune methods on the local nest.
LocalGate Class LocalGate is the implementation of Gate to be used during off-line simulations.
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.
LocalManager Class LocalManager is the implementation of Manager to be used during off-line simulations.
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.
LocalNid Class LocalNid is the implementation of NestId for the to be used during off-line simulation.
LocalRequestSet This class is a simple implementation of ResourceSet containing an hash table mapping ant identifiers to response listeners.
 

Package antsim.nestor Description

This package is a prototype implementation of package anthill.nest to be used during Anthill simulations. Communication among different nest is performed locally by invoking methods to add ants directly in the scheduling queues maintained by the ant manager.