toggle menu
alchemist
jvm
switch theme
search in API
alchemist
/
it.unibo.alchemist.model.maps
/
TimedRoute
Timed
Route
interface
TimedRoute
<
P
:
Position
<
out
Any
>
?
>
:
Route
<
P
>
Route with total trip time to cross it.
Parameters
<P>
type of position in the route
Inheritors
GPSTrace
GraphHopperRoute
Members
Functions
for
Each
Link copied to clipboard
open
fun
forEach
(
action
:
Consumer
<
in
T
>
)
get
Point
Link copied to clipboard
abstract
fun
getPoint
(
p
:
Int
)
:
P
get
Points
Link copied to clipboard
abstract
fun
getPoints
(
)
:
List
<
P
>
get
Trip
Time
Link copied to clipboard
abstract
fun
getTripTime
(
)
:
Double
iterator
Link copied to clipboard
abstract
fun
iterator
(
)
:
Iterator
<
T
>
length
Link copied to clipboard
abstract
fun
length
(
)
:
Double
size
Link copied to clipboard
abstract
fun
size
(
)
:
Int
spliterator
Link copied to clipboard
open
fun
spliterator
(
)
:
Spliterator
<
T
>
stream
Link copied to clipboard
abstract
fun
stream
(
)
:
Stream
<
P
>