Package fr.lifl.jedi.gui.control.automaticControl

This package defines a graphical GUI that controls the simulation.

See:
          Description

Class Summary
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.
 

Package fr.lifl.jedi.gui.control.automaticControl Description

This package defines a graphical GUI that controls 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 run a simulation once, with an automatic process. It corresponds to a subset of the View and Control part of the MVC.