Package 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.

See:
          Description

Class Summary
ColorGridGUIController This controller handles the messages exchanged between the running simulation and the GUI that displays it in a ColorGridGUI.
ColorGridModel The model used by the GUI that displays the environment of the simulation as an image, where each agent is represented by a shape or an icon.
 

Package fr.lifl.jedi.gui.display.colorGrid Description

This package defines a GUI that displays the simulation as an image, where agents are drawn with color shapes or icons.

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 display the environment as an image, where agents are displayed as colored shapes or as icons.

Each agent class is displayed with a particular shape, defined in the graphical model of the GUI -- i.e. in the ColorGridModel class.