Package 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.
See:
Description
Interface Summary |
Experiment |
The Experiment interface represents the execution
of a set of Scenario s. |
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. |
Class Summary |
Stats |
The Stats class enables programmers to collect information
about events occurring during a simulation. |
Package anthill.antsim Description
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.