Class CarryOrePlan
- java.lang.Object
-
- jadex.bdiv3.examples.marsworld.carry.CarryOrePlan
-
public class CarryOrePlan extends java.lang.Object
Inform the sentry agent about a new target.
-
-
Field Summary
Fields Modifier and Type Field Description protected CarryAgent
carry
protected CarryAgent.CarryOre
goal
protected IPlan
rplan
-
Constructor Summary
Constructors Constructor Description CarryOrePlan()
-
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
-
goal
protected CarryAgent.CarryOre goal
-
-