Package ants.messor

This package ants.contains an experimental ant implementing a grid-like computing service.

See:
          Description

Interface Summary
MessorPheromone  
Task  
TaskStorage  
 

Class Summary
ArrayMessorPheromone  
DeliverAnt  
LoadDeviationAnalyzer This class implements the ScenarioAnalyzer interface.
MessorAnt  
MessorAntFactory  
MessorQueen  
MessorRequestGenerator This implementation generates fake computing request to be simulated in the Anthill environment.
MessorResourceDistribution A resource distribution for the messor ant species is empty, since for messors there is no fixed set of "resources" in the system.
MessorResourceSet A resource set for the messor ant species is empty, since for messors there is no fixed set of "resources" in the system.
NestLoadListingAnalyzer This class implements the ScenarioAnalyzer interface.
NestNeighboursAnalyzer This class implements the ScenarioAnalyzer interface.
PheromoneEntry Data structure containing the identifier of a nest and the load associated to it.
SimulatedTask For the purpose of simulation, a task does not perform anything.
SimulatedTaskStorage  
 

Package ants.messor Description

This package ants.contains an experimental ant implementing a grid-like computing service. Messor ants travel through the network trying to disperse the load, by moving tasks from regions of the network containing overloaded nests to regions of the network containing underloaded nests.