Interface ILocationObject
- 
- All Known Subinterfaces:
 IChargingstation,ICleaner,IPheromone,IWaste,IWastebin
public interface ILocationObjectBase interface for all environment opbjects. 
- 
- 
Method Summary
All 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
- 
getId
java.lang.String getId()
Get the id (or name) of this object.- Returns:
 - The id.
 
 
- 
getLocation
ILocation getLocation()
Get the location of this object.- Returns:
 - The location of the object.
 
 
 - 
 
 -