|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.lifl.jedi.model.halo.HaloBuilder
public class HaloBuilder
This class provides tools that help the construction of a surface used by agents
to perceive other agents in the environment.
Such surfaces are used in the Environment.getNeighborhoodInHalo(Agent, PhysicalHalo, java.util.Set)
method to get all the agents perceived by a particular agent.
JEDI V 2.2 |
Created the 21st nov. 2008 |
Modified the 4th may 2009 |
Yoann Kubera |
SMAC Team (Systèmes Multi-Agents et Comportement) |
LIFL (Laboratoire d'Informatique Fondamentale de Lille) |
University of Lille, France |
Field Summary | |
---|---|
static HaloBuilder |
INSTANCE
Instance of this singleton class. |
Method Summary | |
---|---|
PhysicalHalo |
createConeShapedArea(double radius,
double alpha)
This method creates a cone-shaped perception area, at the end of which the agent lies. |
PhysicalHalo |
createDiscShapedArea(double radius)
This method creates a disc shaped perception area, where the agent lies at center. |
PhysicalHalo |
createRectangleShapedArea(double width,
double height)
This method creates a rectangle shaped perception area, where the agent lies at center. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final HaloBuilder INSTANCE
Method Detail |
---|
public PhysicalHalo createRectangleShapedArea(double width, double height)
width
- The width of the rectangular area.height
- The height of the rectangular area.
public PhysicalHalo createDiscShapedArea(double radius)
radius
- The radius of the disc shaped area.
public PhysicalHalo createConeShapedArea(double radius, double alpha)
radius
- The radius of the cone-shaped area.alpha
- The angle covered by the cone-shaped area.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |