Class MovementCapa.Move

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected jadex.extension.envsupport.math.IVector2 destination
      The destination.
    • Constructor Summary

      Constructors 
      Constructor Description
      Move​(jadex.extension.envsupport.math.IVector2 destination)
      Create a new Move.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      jadex.extension.envsupport.math.IVector2 getDestination()
      Get the destination.
      • Methods inherited from class java.lang.Object

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

      • destination

        protected jadex.extension.envsupport.math.IVector2 destination
        The destination.
    • Constructor Detail

      • Move

        public Move​(jadex.extension.envsupport.math.IVector2 destination)
        Create a new Move.
    • Method Detail

      • getDestination

        public jadex.extension.envsupport.math.IVector2 getDestination()
        Get the destination.
        Specified by:
        getDestination in interface IDestinationGoal
        Returns:
        The destination.