toggle menu
alchemist
35.0.0
jvm
switch theme
search in API
alchemist-loading
/
it.unibo.alchemist.model.deployments
/
Point
Point
class
Point
<
P
:
Position
<
out
P
>
?
>
:
Deployment
<
P
>
(
source
)
A single node in a single point.
Parameters
<P>
position type
Members
Constructors
Point
Link copied to clipboard
constructor
(
environment
:
Environment
<
out
Any
,
P
>
,
x
:
Double
,
y
:
Double
)
Functions
for
Each
Link copied to clipboard
open
fun
forEach
(
action
:
Consumer
<
in
T
>
)
get
Associated
Linking
Rule
Link copied to clipboard
@
Nullable
open
fun
<
T
>
getAssociatedLinkingRule
(
)
:
LinkingRule
<
T
,
P
>
Optional
LinkingRule
associated to the deployment.
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
<
P
>