alchemist
24.0.7-dev06+b76482905
alchemist-implementationbase
/
it.unibo.alchemist.model.implementations.properties
/
AbstractNodeProperty
Abstract
Node
Property
abstract
class
AbstractNodeProperty
<
T
>
(
val
node
:
Node
<
T
>
)
:
NodeProperty
<
T
>
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Abstract
Node
Property
Link copied to clipboard
fun
<
T
>
AbstractNodeProperty
(
node
:
Node
<
T
>
)
Content copied to clipboard
Functions
clone
On
New
Node
Link copied to clipboard
abstract
fun
cloneOnNewNode
(
node
:
Node
<
T
>
)
:
NodeProperty
<
T
>
Content copied to clipboard
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Content copied to clipboard
Properties
node
Link copied to clipboard
open
override
val
node
:
Node
<
T
>
Content copied to clipboard