Uses of Package
anthill.antsim

Packages that use anthill.antsim
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.genie.impl This package contains a prototype implementation of the interfaces included in package anthill.genie
gnutant This package contains a simple ant implementation. 
 

Classes in anthill.antsim used by anthill.antsim
Stats
          The Stats class enables programmers to collect information about events occurring during a simulation.
 

Classes in anthill.antsim used by anthill.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.
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.
Scenario
          Interface Scenario represents a run of the simulation of a particular ant algorithm.
Stats
          The Stats class enables programmers to collect information about events occurring during a simulation.
 

Classes in anthill.antsim used by anthill.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.
Stats
          The Stats class enables programmers to collect information about events occurring during a simulation.
 

Classes in anthill.antsim used by anthill.genie.impl
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.
Stats
          The Stats class enables programmers to collect information about events occurring during a simulation.
 

Classes in anthill.antsim used by gnutant
Peernet
          The Peernet interface represents a simulated peer-to-peer network.
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.
Scenario
          Interface Scenario represents a run of the simulation of a particular ant algorithm.
Stats
          The Stats class enables programmers to collect information about events occurring during a simulation.