Class CarryAgent.CarryOre
- java.lang.Object
- 
- jadex.bdiv3.examples.marsworld.carry.CarryAgent.CarryOre
 
- 
- Enclosing class:
- CarryAgent
 
 public class CarryAgent.CarryOre extends java.lang.Object
- 
- 
Field SummaryFields Modifier and Type Field Description protected ISpaceObjecttargetThe target.
 - 
Constructor SummaryConstructors Constructor Description CarryOre(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- 
CarryOrepublic CarryOre(ISpaceObject target) Create a new CarryOre.
 
- 
 - 
Method Detail- 
checkDroppublic boolean checkDrop() 
 - 
getTargetpublic ISpaceObject getTarget() Get the target.- Returns:
- The target.
 
 
- 
 
-