| java.lang.Object | ||
| ↳ | uk.ac.imperial.presage2.core.environment.EnvironmentService | |
| ↳ | uk.ac.imperial.presage2.util.location.area.AreaService | |
Global environment service to get the simulation Area as defined by
the environment and provided through HasArea.
If you're extending AbstractEnvironment simply add an instance of
this service to the global environment services in
initialiseGlobalEnvironmentServices().
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
uk.ac.imperial.presage2.core.environment.EnvironmentService
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Get the cell corresponding to the coordinates
x,y,z. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
uk.ac.imperial.presage2.core.environment.EnvironmentService
| |||||||||||
From class
java.lang.Object
| |||||||||||
Get the cell corresponding to the coordinates x,y,z. This
cell contains the set of agents currently in this cell.