Class CleanerAgent.PickupWasteAction

  • Enclosing class:
    CleanerAgent

    public class CleanerAgent.PickupWasteAction
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected Waste waste  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Waste getWaste()  
      • Methods inherited from class java.lang.Object

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

      • waste

        protected Waste waste
    • Constructor Detail

      • PickupWasteAction

        public PickupWasteAction​(Waste waste)
    • Method Detail

      • getWaste

        public Waste getWaste()