Package fr.lifl.jedi.model.halo

This package provides the classes required to design the model of a simulation in JEDI.

See:
          Description

Interface Summary
PhysicalHalo This class represents the physical halo of an agent, i.e.
 

Class Summary
CircularPhysicalHalo This class represents the physical halo of an agent (a ground surface in which other agents are perceived), where agents are perceived under a particular distance.
ConePhysicalHalo This class represents the physical halo of an agent (a ground surface in which other agents are perceived), where agents are perceived in a cone.
HaloBuilder This class provides tools that help the construction of a surface used by agents to perceive other agents in the environment.
PhysicalHaloBasedOnArea This class represents the physical halo of an agent (a ground surface in which other agents are perceived) based on the Area java class.
 

Package fr.lifl.jedi.model.halo Description

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

Package contents

This package contains all classes that make possible to design agents halo.

Package overall organization

This package contains three classes and an interface :