alchemist
alchemist
/
it.unibo.alchemist.loader.deployments
/
Rectangle
Rectangle
open
class
Rectangle
<
P
:
Position
<
out
P
>
?
>
:
AbstractRandomDeployment
<
P
>
Content copied to clipboard
Constructors
Functions
Parameters
Inheritors
Parameters
<P>
position type
Constructors
Rectangle
Link copied to clipboard
open
fun
Rectangle
(
pm
:
Environment
<
out
Any
,
P
>
,
rand
:
RandomGenerator
,
nodes
:
Int
,
x
:
Double
,
y
:
Double
,
sizeX
:
Double
,
sizeY
:
Double
)
Content copied to clipboard
Functions
for
Each
Link copied to clipboard
open
fun
forEach
(
action
:
Consumer
<
out
Any
>
)
Content copied to clipboard
get
Associated
Linking
Rule
Link copied to clipboard
@
Nullable
open
fun
<
T
>
getAssociatedLinkingRule
(
)
:
LinkingRule
<
T
,
P
>
Content copied to clipboard
Optional
LinkingRule
associated to the deployment.
iterator
Link copied to clipboard
open
fun
iterator
(
)
:
Iterator
<
P
>
Content copied to clipboard
abstract
fun
iterator
(
)
:
Iterator
<
T
>
Content copied to clipboard
spliterator
Link copied to clipboard
open
fun
spliterator
(
)
:
Spliterator
<
T
>
Content copied to clipboard
stream
Link copied to clipboard
open
fun
stream
(
)
:
Stream
<
P
>
Content copied to clipboard
abstract
fun
stream
(
)
:
Stream
<
P
>
Content copied to clipboard
Inheritors
GeometricGradientRectangle
Link copied to clipboard