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. |
RangeExperiment |
Class RangeExperiment 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. |
ResponseMonitor |
Class ResponseMonitor is |
Rid |
|
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. |
TimeExperiment |
Class TimeExperiment 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. |
This package contains a prototype implementation of the
interfaces included in package anthill.antsim
.