Class MovementCapa.Move
- java.lang.Object
-
- jadex.bdiv3.examples.disastermanagement.movement.MovementCapa.Move
-
- All Implemented Interfaces:
IDestinationGoal
- Enclosing class:
- MovementCapa
public class MovementCapa.Move extends java.lang.Object implements IDestinationGoal
The move goal. Move to a certain location.
-
-
Field Summary
Fields Modifier and Type Field Description protected IVector2
destination
The destination.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IVector2
getDestination()
Get the destination.
-
-
-
Field Detail
-
destination
protected IVector2 destination
The destination.
-
-
Constructor Detail
-
Move
public Move(IVector2 destination)
Create a new Move.
-
-
Method Detail
-
getDestination
public IVector2 getDestination()
Get the destination.- Specified by:
getDestination
in interfaceIDestinationGoal
- Returns:
- The destination.
-
-