alchemist
Toggle table of contents
42.2.0
jvm
Platform filter
jvm
Switch theme
Search in API
alchemist
alchemist
/
it.unibo.alchemist.model
/
Route
Route
interface
Route
<
P
:
Position
<
*
>
>
:
Iterable
<
P
>
,
Serializable
Parameters
type of Position followed by [Route]
Inheritors
TimedRoute
PolygonalChain
Members
Properties
points
Link copied to clipboard
abstract
val
points
:
List
<
P
>
Functions
get
Point
Link copied to clipboard
abstract
fun
getPoint
(
step
:
Int
)
:
P
iterator
Link copied to clipboard
abstract
operator
fun
iterator
(
)
:
Iterator
<
P
>
length
Link copied to clipboard
abstract
fun
length
(
)
:
Double
size
Link copied to clipboard
abstract
fun
size
(
)
:
Int
stream
Link copied to clipboard
open
fun
stream
(
)
:
Stream
<
P
>