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