toggle menu
alchemist
34.1.9
jvm
switch theme
search in API
alchemist-implementationbase
/
it.unibo.alchemist.model
/
Route
Route
interface
Route
<
P
:
Position
<
out
Any
>
?
>
:
Iterable
<
T
>
,
Serializable
(
source
)
Parameters
<P>
type of Position followed by
Route
Inheritors
PolygonalChain
Members
Functions
for
Each
Link copied to clipboard
open
fun
forEach
(
action
:
Consumer
<
in
T
>
)
get
Point
Link copied to clipboard
abstract
fun
getPoint
(
step
:
Int
)
:
P
get
Points
Link copied to clipboard
abstract
fun
getPoints
(
)
:
List
<
P
>
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
>