toggle menu
alchemist
35.0.2
jvm
switch theme
search in API
alchemist-maps
/
it.unibo.alchemist.model.maps.deployments
/
FromGPSTrace
From
GPSTrace
class
FromGPSTrace
:
Deployment
<
P
>
(
source
)
Distributes nodes in the first positions of
GPSTrace
.
Members
Constructors
From
GPSTrace
Link copied to clipboard
constructor
(
nodeCount
:
Int
,
path
:
String
,
cycle
:
Boolean
,
normalizer
:
String
,
args
:
Array
<
Any
>
)
Functions
for
Each
Link copied to clipboard
open
fun
forEach
(
action
:
Consumer
<
in
T
>
)
get
Associated
Linking
Rule
Link copied to clipboard
open
fun
<
T
>
getAssociatedLinkingRule
(
)
:
LinkingRule
<
T
,
P
>
iterator
Link copied to clipboard
open
fun
iterator
(
)
:
Iterator
<
P
>
abstract
fun
iterator
(
)
:
Iterator
<
T
>
spliterator
Link copied to clipboard
open
fun
spliterator
(
)
:
Spliterator
<
T
>
stream
Link copied to clipboard
open
fun
stream
(
)
:
Stream
<
GeoPosition
>