Interface TimedRoute

  • All Implemented Interfaces:
    it.unibo.alchemist.model.Route , java.io.Serializable , java.lang.Iterable

    
    public interface TimedRoute<P extends Position<out Object>>
     implements Route<P>
                        

    Route with total trip time to cross it.

    • 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 double getTripTime()
      • Methods inherited from class it.unibo.alchemist.model.Route

        getPoint, getPoints, length, size, stream
      • Methods inherited from class java.lang.Iterable

        forEach, iterator, spliterator
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • getTripTime

         abstract double getTripTime()
        Returns:

        the total trip time