Class CarryOrePlan
- java.lang.Object
-
- jadex.bdiv3.examples.marsworld.carry.CarryOrePlan
-
public class CarryOrePlan extends java.lang.ObjectInform the sentry agent about a new target.
-
-
Field Summary
Fields Modifier and Type Field Description protected CarryAgentcarryprotected CarryAgent.CarryOregoalprotected IPlanrplan
-
Constructor Summary
Constructors Constructor Description CarryOrePlan()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbody()The plan body.
-
-
-
Field Detail
-
carry
protected CarryAgent carry
-
rplan
protected IPlan rplan
-
goal
protected CarryAgent.CarryOre goal
-
-