Package fr.lifl.jedi.gui.control.graphicalControl.controller

This package contains the controller elements of the graphical control GUI of the simulation.

See:
          Description

Class Summary
GraphicalSimulationControlGUIController A controller that reacts to button presses in the GraphicalSimulationControlGUI, and sends events to the simulation core according to the button pressed.
 

Enum Summary
GraphicalSimulationControlGUIEvents This enumeration defines all the events sent by the GraphicalSimulationControlGUI view to the GraphicalSimulationControlGUIController controller.
 

Package fr.lifl.jedi.gui.control.graphicalControl.controller Description

This package contains the controller elements of the graphical control GUI of the simulation.

This package and its subpackage are the fruits of works lead by the SMAC (which stands for "Systèmes Multi-Agents et Comportements" -- i.e. Multi-Agent Systems and Behavior in english) Research Team, from the University of Lille, France.

This version of JEDI was written by :

Contact : philippe (d) mathieu (a) lifl (d) fr
Replace (d) with a dot, and (a) with an @.

Package contents

This package contains all classes that make possible to react to button presses in the GraphicalSimulationControlGUI, and send events to the simulation core.