Uses of Class
fr.lifl.jedi.model.Environment.EnvironmentCell

Packages that use Environment.EnvironmentCell
fr.lifl.jedi.model This package provides the classes required to design the model of a simulation in JEDI. 
 

Uses of Environment.EnvironmentCell in fr.lifl.jedi.model
 

Fields in fr.lifl.jedi.model declared as Environment.EnvironmentCell
protected  Environment.EnvironmentCell[][] Environment.theGrid
          A reference on the grid used to represent the environment.
 

Methods in fr.lifl.jedi.model that return Environment.EnvironmentCell
 Environment.EnvironmentCell Environment.getCellAt(int x, int y)
           Gets the cell of the environment that contains the (x,y) coordinates.