toggle menu
alchemist
35.0.0
jvm
switch theme
search in API
alchemist-loading
/
it.unibo.alchemist.model
/
Deployment
Deployment
@
FunctionalInterface
interface
Deployment
<
P
:
Position
<
out
P
>
?
>
:
Iterable
<
T
>
(
source
)
Parameters
<P>
position type
Inheritors
Point
AbstractCloseTo
AbstractRandomDeployment
CircularArc
GraphStreamDeployment
Grid
SpecificPositions
Members
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
>
spliterator
Link copied to clipboard
open
fun
spliterator
(
)
:
Spliterator
<
T
>
stream
Link copied to clipboard
abstract
fun
stream
(
)
:
Stream
<
P
>