public class CleanerBDI.QueryChargingStation
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected Chargingstation |
station |
| Constructor and Description |
|---|
QueryChargingStation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkTarget() |
protected Chargingstation |
getNearestChargingStation() |
Chargingstation |
getStation()
Get the station.
|
void |
setStation(Chargingstation station)
Set the station.
|
protected Chargingstation station
public boolean checkTarget()
protected Chargingstation getNearestChargingStation()
public Chargingstation getStation()
public void setStation(Chargingstation station)
station - The station to set.