Interface ILocationObject
- 
- All Known Subinterfaces:
- IChargingstation,- ICleaner,- IPheromone,- IWaste,- IWastebin
 
 public interface ILocationObjectBase interface for all environment opbjects.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetId()Get the id (or name) of this object.ILocationgetLocation()Get the location of this object.
 
- 
- 
- 
Method Detail- 
getIdjava.lang.String getId() Get the id (or name) of this object.- Returns:
- The id.
 
 - 
getLocationILocation getLocation() Get the location of this object.- Returns:
- The location of the object.
 
 
- 
 
-