Class LocalDropWasteActionPlan
- java.lang.Object
- 
- jadex.bdiv3.examples.cleanerworld.cleaner.LocalDropWasteActionPlan
 
- 
 public class LocalDropWasteActionPlan extends java.lang.ObjectPick up a piece of waste in the environment.
- 
- 
Field SummaryFields Modifier and Type Field Description protected CleanerAgentcapaprotected CleanerAgent.DropWasteActiongoalprotected IPlanrplan
 - 
Constructor SummaryConstructors Constructor Description LocalDropWasteActionPlan()
 - 
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.DropWasteAction goal 
 
- 
 - 
Method Detail- 
bodypublic IFuture<java.lang.Void> body() The plan body.
 
- 
 
-