Uses of Class
fr.lifl.jedi.controllersCore.AbstractControlGUIController

Packages that use AbstractControlGUIController
fr.lifl.jedi.controllersCore.simulationRun Package where all elements used to run a simulation are defined. 
fr.lifl.jedi.gui.control.automaticControl This package defines a graphical GUI that controls the simulation. 
fr.lifl.jedi.gui.control.graphicalControl.controller This package contains the controller elements of the graphical control GUI of the simulation. 
 

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

Constructors in fr.lifl.jedi.controllersCore.simulationRun with parameters of type AbstractControlGUIController
SimulationCore(AbstractControlGUIController<?> guiControl, AgentOrderingPolicy policy, Environment env)
          Constructor of the simulation core.
SimulationCore(AbstractControlGUIController<?> guiControl, Environment env)
          Constructor of the simulation core, which execution is controlled by buttons.
 

Uses of AbstractControlGUIController in fr.lifl.jedi.gui.control.automaticControl
 

Subclasses of AbstractControlGUIController in fr.lifl.jedi.gui.control.automaticControl
 class AutomaticSimulationController
          A controller that sends events to the simulation core to perform an automatic initialization, then runs simulation, and finally quits the simulation when the simulation ending criterion is met.
 

Uses of AbstractControlGUIController in fr.lifl.jedi.gui.control.graphicalControl.controller
 

Subclasses of AbstractControlGUIController in fr.lifl.jedi.gui.control.graphicalControl.controller
 class GraphicalSimulationControlGUIController
          A controller that reacts to button presses in the GraphicalSimulationControlGUI, and sends events to the simulation core according to the button pressed.