Interface IEnvAccess
-
- All Known Implementing Classes:
AmbulanceAgent
,FireBrigadeAgent
,MovementCapa
public interface IEnvAccess
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContinuousSpace2D
getEnvironment()
Get the env.ISpaceObject
getMyself()
Get the myself.
-
-
-
Method Detail
-
getEnvironment
ContinuousSpace2D getEnvironment()
Get the env.- Returns:
- The env.
-
getMyself
ISpaceObject getMyself()
Get the myself.- Returns:
- The myself.
-
-