Uses of Package
antsim

Packages that use antsim
ants.freeant Freeant is an experimental ant based on the Gnutant algorithm.  
ants.messor This package ants.contains an experimental ant implementing a grid-like computing service.  
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.  
 

Classes in antsim used by ants.freeant
RequestGenerator
          Classes implementing this interface are used to generate requests during a simulation.
ResourceDistribution
          Classes implementing this interface are used to generate pre-defined resources at the beginning of a simulation.
ResourceSet
          Interface ResourceSet is used in scenarios in order to obtain a set of resources to be inserted in the simulated peer network and a set of requests to be performed.
ResponseMonitor
          Interface ResponseMonitor
 

Classes in antsim used by ants.messor
RequestGenerator
          Classes implementing this interface are used to generate requests during a simulation.
ResourceDistribution
          Classes implementing this interface are used to generate pre-defined resources at the beginning of a simulation.
ResourceSet
          Interface ResourceSet is used in scenarios in order to obtain a set of resources to be inserted in the simulated peer network and a set of requests to be performed.
ScenarioAnalyzer
          Interface ScenarioAnalyzer represents analyzer object that are invoked at the end of each scenario evaluation.
 

Classes in antsim used by antsim.genie
Experiment
          The Experiment interface represents the execution of a set of Scenarios.
Scenario
          Interface Scenario represents a run of the simulation of a particular ant algorithm.
 

Classes in antsim used by antsim.impl
Experiment
          The Experiment interface represents the execution of a set of Scenarios.
Peernet
          The Peernet interface represents a simulated peer-to-peer network.
RequestGenerator
          Classes implementing this interface are used to generate requests during a simulation.
ResourceDistribution
          Classes implementing this interface are used to generate pre-defined resources at the beginning of a simulation.
ResourceSet
          Interface ResourceSet is used in scenarios in order to obtain a set of resources to be inserted in the simulated peer network and a set of requests to be performed.
ResponseMonitor
          Interface ResponseMonitor
Scenario
          Interface Scenario represents a run of the simulation of a particular ant algorithm.
ScenarioAnalyzer
          Interface ScenarioAnalyzer represents analyzer object that are invoked at the end of each scenario evaluation.
 

Classes in antsim used by antsim.nestor
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.