Class Summary |
ExperimentImpl |
Class ExperimentImpl is a simple implementation of
Experiment which repeat the execution of a single
scenario a certain number of times and returns a single
Stats object containing a summary of the statistics for all the
executions. |
PeernetImpl |
This is a basic implementation of the Peernet interface. |
RandomResource |
A RandomResource is characterized only by its name, which is
a string obtained from a long value generated randomly. |
RandomResourceSet |
RandomResourceSet is a simple implementation of ResourceSet
which generates RandomResource s. |
ScenarioImpl |
Class ScenarioImpl is a simple implementation of
interface Scenario in which a predefined set of
resources is inserted in the network and then a certain number
of requests are performed and simulate. |
StatsImpl |
The Stats class enables programmers to collect information
about events occurring during a simulation. |
This package contains a prototype implementation of the
interfaces included in package anthill.antsim
.