alchemist
Toggle table of contents
37.1.1
jvm
Platform filter
jvm
Switch theme
Search in API
alchemist
alchemist
/
it.unibo.alchemist.model.properties
/
AbstractNodeProperty
Abstract
Node
Property
abstract
class
AbstractNodeProperty
<
T
>
(
val
node
:
Node
<
T
>
)
:
NodeProperty
<
T
>
Inheritors
Cognitive
Human
Orienting
Pedestrian
Perceptive
PhysicalPedestrian2D
RunningPedestrian
Social
WalkingPedestrian
Cell
CircularCell
CircularDeformableCell
CircularArea
RectangularArea
Members
Constructors
Abstract
Node
Property
Link copied to clipboard
constructor
(
node
:
Node
<
T
>
)
Properties
node
Link copied to clipboard
open
override
val
node
:
Node
<
T
>
The node to which the capability is added.
Functions
clone
On
New
Node
Link copied to clipboard
abstract
fun
cloneOnNewNode
(
node
:
Node
<
T
>
)
:
NodeProperty
<
T
>
Clones this property to be added on a new
node
.
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String