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