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.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected GPSTrace trace
    • Constructor Summary

      Constructors 
      Constructor Description
      FollowTrace(Reaction<out Object> reaction)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      GPSPoint getTarget()
      FollowTrace<T> cloneIfNeeded(Node<T> destination, Reaction<T> reaction)
      • Methods inherited from class it.unibo.alchemist.model.maps.movestrategies.AbstractStrategyWithGPS

        setTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait