Uses of Package
fr.lifl.jedi.controllersCore.simulationRun

Packages that use fr.lifl.jedi.controllersCore.simulationRun
fr.lifl.jedi.controllersCore Package where all elements used to run a simulation are defined, and where means to synchronize different views on the simulation are defined. 
fr.lifl.jedi.controllersCore.events   
fr.lifl.jedi.controllersCore.simulationRun Package where all elements used to run a simulation are defined. 
fr.lifl.jedi.gui.display.dataExportation This package contains the definition of a GUI that display the number of instances of every agent families of a simulation. 
 

Classes in fr.lifl.jedi.controllersCore.simulationRun used by fr.lifl.jedi.controllersCore
SimulationCore
          The core of a simulation.
 

Classes in fr.lifl.jedi.controllersCore.simulationRun used by fr.lifl.jedi.controllersCore.events
SimulationCoreStates
          The enumeration of all the states in which the simulation core can be in.
 

Classes in fr.lifl.jedi.controllersCore.simulationRun used by fr.lifl.jedi.controllersCore.simulationRun
SimulationCore
          The core of a simulation.
SimulationCoreStates
          The enumeration of all the states in which the simulation core can be in.
SimulationThread
          This class defines a Thread instance that runs the simulation.
 

Classes in fr.lifl.jedi.controllersCore.simulationRun used by fr.lifl.jedi.gui.display.dataExportation
SimulationCore
          The core of a simulation.