-
- All Implemented Interfaces:
-
it.unibo.alchemist.model.interfaces.ObjectWithGPS,it.unibo.alchemist.model.interfaces.movestrategies.TargetSelectionStrategy,java.io.Serializable
public final class FollowTrace<T> extends AbstractStrategyWithGPS implements TargetSelectionStrategy<T, GeoPosition>
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)-
Methods inherited from class it.unibo.alchemist.model.implementations.movestrategies.AbstractStrategyWithGPS
setTrace -
Methods inherited from class it.unibo.alchemist.model.interfaces.ObjectWithGPS
setTrace -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-