toggle menu
alchemist
34.1.9
jvm
switch theme
search in API
alchemist-physics
/
it.unibo.alchemist.model.physics.properties
/
OccupiesSpaceProperty
Occupies
Space
Property
interface
OccupiesSpaceProperty
<
T
,
S
:
Vector
<
S
>
,
A
:
Transformation
<
S
>
>
:
NodeProperty
<
T
>
(
source
)
A node's ability to have a
Shape
.
Inheritors
CircularArea
RectangularArea
Members
Properties
node
Link copied to clipboard
abstract
val
node
:
Node
<
T
>
shape
Link copied to clipboard
abstract
val
shape
:
Shape
<
S
,
A
>
The node's shape.
Functions
clone
On
New
Node
Link copied to clipboard
abstract
fun
cloneOnNewNode
(
node
:
Node
<
T
>
)
:
NodeProperty
<
T
>