public class MoveToLocationPlan
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected CleanerBDI |
capa |
protected CleanerBDI.AchieveMoveTo |
goal |
protected jadex.bdiv3.runtime.IPlan |
rplan |
| Constructor and Description |
|---|
MoveToLocationPlan()
Create a new plan.
|
| Modifier and Type | Method and Description |
|---|---|
jadex.commons.future.IFuture<java.lang.Void> |
body()
The plan body.
|
protected jadex.commons.future.IFuture<java.lang.Void> |
moveToTarget() |
protected jadex.commons.future.IFuture<java.lang.Void> |
oneStepToTarget() |
protected CleanerBDI capa
protected jadex.bdiv3.runtime.IPlan rplan
protected CleanerBDI.AchieveMoveTo goal