Class CleanerAgent.QueryChargingStation
- java.lang.Object
- 
- jadex.bdiv3.examples.cleanerworld.cleaner.CleanerAgent.QueryChargingStation
 
- 
- Enclosing class:
- CleanerAgent
 
 public class CleanerAgent.QueryChargingStation extends java.lang.Object
- 
- 
Field SummaryFields Modifier and Type Field Description protected Chargingstationstation
 - 
Constructor SummaryConstructors Constructor Description QueryChargingStation()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancheckTarget()protected ChargingstationgetNearestChargingStation()ChargingstationgetStation()Get the station.voidsetStation(Chargingstation station)Set the station.
 
- 
- 
- 
Field Detail- 
stationprotected Chargingstation station 
 
- 
 - 
Method Detail- 
checkTargetpublic boolean checkTarget() 
 - 
getNearestChargingStationprotected Chargingstation getNearestChargingStation() 
 - 
getStationpublic Chargingstation getStation() Get the station.- Returns:
- The station.
 
 - 
setStationpublic void setStation(Chargingstation station) Set the station.- Parameters:
- station- The station to set.
 
 
- 
 
-