Class MoveToLocationPlan
- java.lang.Object
- 
- jadex.bdiv3.examples.cleanerworld.cleaner.MoveToLocationPlan
 
- 
 public class MoveToLocationPlan extends java.lang.ObjectMove to a point.
- 
- 
Field SummaryFields Modifier and Type Field Description protected CleanerAgentcapaprotected CleanerAgent.AchieveMoveTogoalprotected IPlanrplan
 - 
Constructor SummaryConstructors Constructor Description MoveToLocationPlan()Create a new plan.
 - 
Method SummaryAll 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- 
capaprotected CleanerAgent capa 
 - 
rplanprotected IPlan rplan 
 - 
goalprotected CleanerAgent.AchieveMoveTo goal 
 
- 
 
-