Uses of Interface
antsim.Scenario

Packages that use Scenario
antsim.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. 
antsim.impl This package contains a prototype implementation of the interfaces included in package antsim
 

Uses of Scenario in antsim.genie
 

Subinterfaces of Scenario in antsim.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 antsim.impl
 

Classes in 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.