|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
Agent | This class represents an agent family -- i.e. |
Environment | The class corresponds to the environment were agents evolve. |
This package provides the classes required to design the model of a simulation in JEDI.
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 @.
This package contains all classes that make possible to design interactions, agents and environment. It corresponds to the Model part of the MVC.
This package contains two classes and three subpackages :
Agent
, which is an abstract class that all
concrete agent families have to inherit from in order to be part of a simulation.
Environment
, which is a class that represents a
two dimensional euclidean space where agents lie.
fr.lifl.jedi.model.interactionDeclaration
, which contains all
classes used to specify interactions and the interaction matrix.
fr.lifl.jedi.model.interactionSelection
, which contains all
classes used to specify the interaction selection process of agents.
fr.lifl.jedi.model.halo
, which contains all
classes used to specify agents halo (the surface in which other agents are perceived).
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |