Interface SteeringActionWithTarget

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract P target() The position the owner of this action moves towards, in absolute coordinates.
      Double targetDistanceTo(Node<T> node, Environment<T, P> environment) Computes the distance between this action's target and the given node.
      • Methods inherited from class it.unibo.alchemist.model.cognitive.SteeringAction

        nextPosition
      • Methods inherited from class it.unibo.alchemist.model.Action

        cloneAction, execute, getContext, getOutboundDependencies
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • target

         abstract P target()

        The position the owner of this action moves towards, in absolute coordinates.