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