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 GPSPoint
getTarget()
FollowTrace<T>
cloneIfNeeded(Node<T> destination, Reaction<T> reaction)
-