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 Summary
Fields Modifier and Type Field Description protected java.lang.Object
destination
The destination.
-
Constructor Summary
Constructors Constructor Description Move(java.lang.Object destination)
Create a new Move.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getDestination()
Get the destination.
-
-
-
Method Detail
-
getDestination
public java.lang.Object getDestination()
Get the destination.- Specified by:
getDestination
in interfaceIDestinationGoal
- Returns:
- The destination.
-
-