Class ProducerAgent.ProduceOre
- java.lang.Object
- 
- jadex.bdiv3.examples.marsworld.producer.ProducerAgent.ProduceOre
 
- 
- Enclosing class:
- ProducerAgent
 
 public class ProducerAgent.ProduceOre extends java.lang.Object
- 
- 
Field SummaryFields Modifier and Type Field Description protected ISpaceObjecttargetThe target.
 - 
Constructor SummaryConstructors Constructor Description ProduceOre(ISpaceObject target)Create a new CarryOre.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancheckDrop()ISpaceObjectgetTarget()Get the target.
 
- 
- 
- 
Field Detail- 
targetprotected ISpaceObject target The target.
 
- 
 - 
Constructor Detail- 
ProduceOrepublic ProduceOre(ISpaceObject target) Create a new CarryOre.
 
- 
 - 
Method Detail- 
checkDroppublic boolean checkDrop() 
 - 
getTargetpublic ISpaceObject getTarget() Get the target.- Returns:
- The target.
 
 
- 
 
-