Class CleanerAgent.QueryChargingStation

  • Enclosing class:
    CleanerAgent

    public class CleanerAgent.QueryChargingStation
    extends java.lang.Object
    • Constructor Detail

      • QueryChargingStation

        public QueryChargingStation()
    • Method Detail

      • checkTarget

        public boolean checkTarget()
      • getNearestChargingStation

        protected Chargingstation getNearestChargingStation()
      • getStation

        public Chargingstation getStation()
        Get the station.
        Returns:
        The station.
      • setStation

        public void setStation​(Chargingstation station)
        Set the station.
        Parameters:
        station - The station to set.