Interface SteeringAction

  • All Implemented Interfaces:
    it.unibo.alchemist.model.Action , java.io.Serializable

    
    public interface SteeringAction<T extends Object, P extends Position<P>>
     implements Action<T>
                        

    Action whose purpose is moving a node inside the environment it is in.

    • 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 nextPosition() The position the owner of this action moves to when it is executed, in relative coordinates with respect to its current position.
      • 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

      • nextPosition

         abstract P nextPosition()

        The position the owner of this action moves to when it is executed, in relative coordinates with respect to its current position.