Interface ILocationObject
-
- All Known Subinterfaces:
IChargingstation
,ICleaner
,IPheromone
,IWaste
,IWastebin
public interface ILocationObject
Base interface for all environment opbjects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getId()
Get the id (or name) of this object.ILocation
getLocation()
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.
-
-