Class MovementCapability.Move
- java.lang.Object
- 
- jadex.bdiv3.examples.marsworld.movement.MovementCapability.Move
 
- 
- All Implemented Interfaces:
- IDestinationGoal
 - Enclosing class:
- MovementCapability
 
 public class MovementCapability.Move extends java.lang.Object implements IDestinationGoal The move goal. Move to a certain location.
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.lang.ObjectdestinationThe destination.
 - 
Constructor SummaryConstructors Constructor Description Move(java.lang.Object destination)Create a new Move.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetDestination()Get the destination.
 
- 
- 
- 
Method Detail- 
getDestinationpublic java.lang.Object getDestination() Get the destination.- Specified by:
- getDestinationin interface- IDestinationGoal
- Returns:
- The destination.
 
 
- 
 
-