public interface ICleaner extends ILocationObject
Modifier and Type | Method and Description |
---|---|
IComponentIdentifier |
getAgentIdentifier()
Get the identifier (address) of the cleaner
|
IWaste |
getCarriedWaste()
Get the carried-waste of this Cleaner.
|
double |
getChargestate()
Get the chargestate of this Cleaner.
|
java.lang.String |
getId()
Get the id (or name) of this object.
|
ILocation |
getLocation()
Get the location of this object.
|
double |
getVisionRange()
Get the vision-range of this Cleaner.
|
java.lang.String getId()
getId
in interface ILocationObject
ILocation getLocation()
getLocation
in interface ILocationObject
double getChargestate()
IWaste getCarriedWaste()
double getVisionRange()
IComponentIdentifier getAgentIdentifier()