alchemist
alchemist
/
it.unibo.alchemist.model.interfaces
/
Route
Route
interface
Route
<
P
:
Position
<
out
Any
>
?
>
:
Iterable
<
P
>
,
Serializable
Content copied to clipboard
Functions
Parameters
Inheritors
Parameters
<P>
type of Position followed by
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
(
step
:
Int
)
:
P
Content copied to clipboard
get
Points
Link copied to clipboard
abstract
fun
getPoints
(
)
:
List
<
P
>
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
PolygonalChain
Link copied to clipboard
TimedRoute
Link copied to clipboard