Class LoadBatteryPlan


  • public class LoadBatteryPlan
    extends java.lang.Object
    Go to the charging station and load the battery.
    • Constructor Summary

      Constructors 
      Constructor Description
      LoadBatteryPlan()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void body​(CleanerAgent agentapi, IPlan planapi)
      The plan body.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LoadBatteryPlan

        public LoadBatteryPlan()
    • Method Detail