Package fr.lifl.jedi.gui.display.interactionDisplayer.model

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
OptionsModel A model that stores the options selected in the GUI, which define what data are stored within the tree.
 

Package fr.lifl.jedi.gui.display.interactionDisplayer.model 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 model related elements of the GUI that displays what interactions agents performed and undergone during the different time steps of the simulation.

These models either store the different display options selected in the GUI, and store all interactions that occurred during simulation.