Class InformNewTargetPlan
- java.lang.Object
- 
- jadex.bdiv3.examples.marsworld.producer.InformNewTargetPlan
 
- 
 public class InformNewTargetPlan extends java.lang.ObjectInform the sentry agent about a new target.
- 
- 
Field SummaryFields Modifier and Type Field Description protected ProducerAgentproducerprotected IPlanrplanprotected ISpaceObjecttarget
 - 
Constructor SummaryConstructors Constructor Description InformNewTargetPlan()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbody()The plan body.
 
- 
- 
- 
Field Detail- 
producerprotected ProducerAgent producer 
 - 
rplanprotected IPlan rplan 
 - 
targetprotected ISpaceObject target 
 
- 
 
-