Class DropWastePlan
- java.lang.Object
- 
- jadex.bdiv3.examples.cleanerworld.cleaner.DropWastePlan
 
- 
 public class DropWastePlan extends java.lang.ObjectClean-up some waste.
- 
- 
Field SummaryFields Modifier and Type Field Description protected CleanerAgentcapaprotected CleanerAgent.AchieveDropWastegoalprotected IPlanrplan
 - 
Constructor SummaryConstructors Constructor Description DropWastePlan()Create a new plan.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IFuture<java.lang.Void>body()The plan body.
 
- 
- 
- 
Field Detail- 
capaprotected CleanerAgent capa 
 - 
rplanprotected IPlan rplan 
 - 
goalprotected CleanerAgent.AchieveDropWaste goal 
 
- 
 - 
Method Detail- 
bodypublic IFuture<java.lang.Void> body() The plan body.
 
- 
 
-