Uses of Class
fr.lifl.jedi.controllersCore.simulationRun.SimulationCore

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

Uses of SimulationCore in fr.lifl.jedi.controllersCore
 

Fields in fr.lifl.jedi.controllersCore declared as SimulationCore
protected  SimulationCore AbstractGUIController.core
          The simulation core to which the controller is registered.
 

Methods in fr.lifl.jedi.controllersCore with parameters of type SimulationCore
 void AbstractGUIController.setSimulationCore(SimulationCore core)
          This method is automatically called whenever a controller is added to the simulation core.
 

Uses of SimulationCore in fr.lifl.jedi.controllersCore.simulationRun
 

Fields in fr.lifl.jedi.controllersCore.simulationRun declared as SimulationCore
protected  SimulationCore SimulationThread.core
          The simulation core that runs a simulation thanks to this instance.
 

Constructors in fr.lifl.jedi.controllersCore.simulationRun with parameters of type SimulationCore
SimulationThread(SimulationCore core)
          Constructor of this class.
 

Uses of SimulationCore in fr.lifl.jedi.gui.display.dataExportation
 

Methods in fr.lifl.jedi.gui.display.dataExportation with parameters of type SimulationCore
protected abstract  java.lang.String AbstractSimulationDataExportationController.processDataAtAbortion(SimulationCore core)
          This method makes possible to export data just after the abortion of the simulation.
protected abstract  java.lang.String AbstractSimulationDataExportationController.processDataAtBeginning(SimulationCore core)
          This method makes possible to export data just after the initialization of the simulation.
protected abstract  java.lang.String AbstractSimulationDataExportationController.processDataAtEnd(SimulationCore core)
          This method makes possible to export data just after the end of the simulation.
protected abstract  java.lang.String AbstractSimulationDataExportationController.processDataAtStepEnd(SimulationCore core)
          This method makes possible to export data just after the end of a simulation step.