Package it.unibo.alchemist.model.maps
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.
-
-
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
-
-
Method Detail
-
getTripTime
abstract double getTripTime()
- Returns:
the total trip time
-
-
-
-