Package fr.lifl.jedi.gui.display.agentsNumber

This package contains the definition of a GUI that display the number of instances of every agent families of a simulation.

See:
          Description

Class Summary
AgentNumberDisplayFrame Graphical User Interface that displays the number of agent of each agent family in the simulation.
AgentNumberDisplayFrameController This controller handles the messages exchanged between the running simulation and the GUI that displays it in a AgentNumberDisplayFrame.
AgentNumberNode Tree node used to display the numbers of instance of a particular agent family.
 

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

This package contains the definition of a GUI that display the number of instances of every agent families of a 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 display the number of every agent instances of the environment.