Class MoveToLocationPlan
- java.lang.Object
-
- jadex.bdiv3.examples.cleanerworld.cleaner.MoveToLocationPlan
-
public class MoveToLocationPlan extends java.lang.ObjectMove to a point.
-
-
Field Summary
Fields Modifier and Type Field Description protected CleanerAgentcapaprotected CleanerAgent.AchieveMoveTogoalprotected IPlanrplan
-
Constructor Summary
Constructors Constructor Description MoveToLocationPlan()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.protected IFuture<java.lang.Void>moveToTarget()protected IFuture<java.lang.Void>oneStepToTarget()
-
-
-
Field Detail
-
capa
protected CleanerAgent capa
-
rplan
protected IPlan rplan
-
goal
protected CleanerAgent.AchieveMoveTo goal
-
-