Class DropWastePlan


  • public class DropWastePlan
    extends java.lang.Object
    Clean-up some waste.
    • Constructor Summary

      Constructors 
      Constructor Description
      DropWastePlan()
      Create a new plan.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      jadex.commons.future.IFuture<java.lang.Void> body()
      The plan body.
      • Methods inherited from class java.lang.Object

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

      • DropWastePlan

        public DropWastePlan()
        Create a new plan.
    • Method Detail

      • body

        public jadex.commons.future.IFuture<java.lang.Void> body()
        The plan body.