fr.lifl.jedi.model
Class Environment

java.lang.Object
  extended by fr.lifl.jedi.model.Environment
All Implemented Interfaces:
java.util.Observer

public class Environment
extends java.lang.Object
implements java.util.Observer

The class corresponds to the environment were agents evolve. It is a two dimensional continuous space, that can be either bounded, or defined as a torus along the x axis and the y axis.

The position of agents in the environment is stored in every agent (see Agent.getXPosition() and Agent.getYPosition()).

This class also lists :