Uses of Interface
anthill.antsim.Scenario

Packages that use Scenario
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. 
 

Uses of Scenario in anthill.antsim.impl
 

Classes in anthill.antsim.impl that implement Scenario
 class 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.
 

Fields in anthill.antsim.impl declared as Scenario
protected  Scenario ExperimentImpl.scenario
          Scenario on which evaluate the experiment
protected  Scenario TimeExperiment.scenario
          Scenario on which evaluate the experiment
protected  Scenario RangeExperiment.scenario
          Scenario on which evaluate the experiment
 

Uses of Scenario in anthill.genie
 

Subinterfaces of Scenario in anthill.genie
 interface GeneticScenario
          Interface GeneticScenario extends interface Scenario with methods for managing genetic codes to be used in the creation of new ants during the evaluation of the fitness of a genetic ant algorithm.
 

Uses of Scenario in anthill.genie.impl
 

Classes in anthill.genie.impl that implement Scenario
 class GeneticScenarioImpl
          This is the scenario
 

Uses of Scenario in gnutant
 

Classes in gnutant that implement Scenario
 class GnutantScenario
          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.
 class InsantScenario
          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.