Class InformNewTargetPlan
- java.lang.Object
-
- jadex.bdiv3.examples.marsworld.carry.InformNewTargetPlan
-
public class InformNewTargetPlan extends java.lang.Object
Inform the sentry agent about a new target.
-
-
Field Summary
Fields Modifier and Type Field Description protected CarryAgent
carry
protected IPlan
rplan
protected ISpaceObject
target
-
Constructor Summary
Constructors Constructor Description InformNewTargetPlan()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
body()
The plan body.
-
-
-
Field Detail
-
carry
protected CarryAgent carry
-
rplan
protected IPlan rplan
-
target
protected ISpaceObject target
-
-