Class PickUpWastePlan
- java.lang.Object
-
- jadex.bdiv3.examples.cleanerworld.cleaner.PickUpWastePlan
-
public class PickUpWastePlan extends java.lang.Object
Clean-up some waste.
-
-
Field Summary
Fields Modifier and Type Field Description protected CleanerAgent
capa
protected CleanerAgent.AchievePickupWaste
goal
protected IPlan
rplan
-
Constructor Summary
Constructors Constructor Description PickUpWastePlan()
Create a new plan.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IFuture<java.lang.Void>
body()
The plan body.
-
-
-
Field Detail
-
capa
protected CleanerAgent capa
-
rplan
protected IPlan rplan
-
goal
protected CleanerAgent.AchievePickupWaste goal
-
-
Method Detail
-
body
public IFuture<java.lang.Void> body()
The plan body.
-
-