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

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
PerformedInteractionsDisplayableNode This abstract node is the parent of all nodes in the PerformedInteractionsDisplayerGUI GUI.
PerformedInteractionsFamilyNode A node that represents the interactions performed by the different instances of a particular agent family.
PerformedInteractionsInstanceNode A node that represents the interactions performed by a particular agent instance.
PerformedInteractionsModel This class contains all the data used to display what interactions occurred during the simulation.
PerformedInteractionsStepNode A node that represents the interactions performed by a particular agent instance during a particular simulation step.
 

Package fr.lifl.jedi.gui.display.interactionDisplayer.model.tree 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 model elements are used to store all the interactions that occurred during a simulation.