Class MovementCapability.Move

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Object destination
      The destination.
    • Constructor Summary

      Constructors 
      Constructor Description
      Move​(java.lang.Object destination)
      Create a new Move.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object 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 java.lang.Object destination
        The destination.
    • Constructor Detail

      • Move

        public Move​(java.lang.Object destination)
        Create a new Move.
    • Method Detail

      • getDestination

        public java.lang.Object getDestination()
        Get the destination.
        Specified by:
        getDestination in interface IDestinationGoal
        Returns:
        The destination.