Uses of Package
fr.lifl.jedi.controllersCore

Packages that use fr.lifl.jedi.controllersCore
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.orderingPolicies Package where agent sequence ordering policies are defined. 
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. 
fr.lifl.jedi.gui.display.agentsNumber This package contains the definition of a GUI that display the number of instances of every agent families of a simulation. 
fr.lifl.jedi.gui.display.colorGrid This package defines a GUI that displays the simulation as an image, where agents are drawn with color shapes or icons. 
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. 
fr.lifl.jedi.gui.display.interactionDisplayer.controller This package defines a GUI that displays the simulation as an image, where agents are drawn with color shapes or icons. 
 

Classes in fr.lifl.jedi.controllersCore used by fr.lifl.jedi.controllersCore
AbstractGUIController
          Controller associated with all GUI that display simulations data.
 

Classes in fr.lifl.jedi.controllersCore used by fr.lifl.jedi.controllersCore.orderingPolicies
AgentOrderingPolicy
          The interface is the parent interface for all policies used to order an agent set.
 

Classes in fr.lifl.jedi.controllersCore used by fr.lifl.jedi.controllersCore.simulationRun
AbstractControlGUIController
          Controller associated with the GUI that manages the initialization, run, pause, or abortion of simulations.
AbstractGUIController
          Controller associated with all GUI that display simulations data.
AgentOrderingPolicy
          The interface is the parent interface for all policies used to order an agent set.
 

Classes in fr.lifl.jedi.controllersCore used by fr.lifl.jedi.gui.control.automaticControl
AbstractControlGUIController
          Controller associated with the GUI that manages the initialization, run, pause, or abortion of simulations.
AbstractGUIController
          Controller associated with all GUI that display simulations data.
 

Classes in fr.lifl.jedi.controllersCore used by fr.lifl.jedi.gui.control.graphicalControl.controller
AbstractControlGUIController
          Controller associated with the GUI that manages the initialization, run, pause, or abortion of simulations.
AbstractGUIController
          Controller associated with all GUI that display simulations data.
 

Classes in fr.lifl.jedi.controllersCore used by fr.lifl.jedi.gui.display.agentsNumber
AbstractGUIController
          Controller associated with all GUI that display simulations data.
 

Classes in fr.lifl.jedi.controllersCore used by fr.lifl.jedi.gui.display.colorGrid
AbstractGUIController
          Controller associated with all GUI that display simulations data.
 

Classes in fr.lifl.jedi.controllersCore used by fr.lifl.jedi.gui.display.dataExportation
AbstractGUIController
          Controller associated with all GUI that display simulations data.
 

Classes in fr.lifl.jedi.controllersCore used by fr.lifl.jedi.gui.display.interactionDisplayer.controller
AbstractGUIController
          Controller associated with all GUI that display simulations data.