Package antsim.impl

This package contains a prototype implementation of the interfaces included in package antsim.

See:
          Description

Class Summary
ExperimentImpl This class contains a simple implementatin of the Experiment interface, that can be used to quickly test the behavior of an ant species by repeating the scenario a certain number of times.
GenericRequestGenerator This class implements a generic request generator.
GenericResourceDistribution Classes implementing this interface are used to generate pre-defined resources at the beginning of a simulation.
GenericResponseMonitor Class GenericResponseMonitor is
GenericScenarioAnalyzer This class implements the ScenarioAnalyzer interface; its task is to print the content of the statistics object whenever the analyze method is invoked.
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 RandomResources.
RangeExperiment This class contains an implementation of experiment in which one of the simulation parameter, specified trough parameter ParameterName, has its value changed from a minimum value (parameter MinValue) to a maximum value (parameter MaxValue), with an increase specified by parameter Step.
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 This class implements an experiment in which the evolution through time of a simulation is shown.
 

Package antsim.impl Description

This package contains a prototype implementation of the interfaces included in package antsim.