Class FollowTrace
-
- All Implemented Interfaces:
-
it.unibo.alchemist.model.maps.ObjectWithGPS,it.unibo.alchemist.model.movestrategies.TargetSelectionStrategy,java.io.Serializable
public final class FollowTrace<T> extends AbstractStrategyWithGPS implements TargetSelectionStrategy<T, P>
This strategy follows a Route.
-
-
Constructor Summary
Constructors Constructor Description FollowTrace(Reaction<out Object> reaction)
-
Method Summary
Modifier and Type Method Description GPSPointgetTarget()FollowTrace<T>cloneIfNeeded(Node<T> destination, Reaction<T> reaction)-
-
Constructor Detail
-
FollowTrace
FollowTrace(Reaction<out Object> reaction)
- Parameters:
reaction- the reaction
-
-
Method Detail
-
cloneIfNeeded
FollowTrace<T> cloneIfNeeded(Node<T> destination, Reaction<T> reaction)
-
-
-
-