toggle menu
alchemist
jvm
switch theme
search in API
alchemist
/
it.unibo.alchemist.model.actions
/
RemoveNode
Remove
Node
class
RemoveNode
<
T
>
:
AbstractAction
<
T
>
Removes the current node from the environment.
Parameters
<T>
concentration type
Members
Constructors
Remove
Node
Link copied to clipboard
constructor
(
environment
:
Environment
<
T
,
out
Any
>
,
node
:
Node
<
T
>
)
Functions
clone
Action
Link copied to clipboard
open
fun
cloneAction
(
node
:
Node
<
T
>
,
reaction
:
Reaction
<
T
>
)
:
RemoveNode
<
T
>
execute
Link copied to clipboard
open
fun
execute
(
)
get
Context
Link copied to clipboard
open
fun
getContext
(
)
:
Context
get
Outbound
Dependencies
Link copied to clipboard
abstract
fun
getOutboundDependencies
(
)
:
ListSet
<
out
Dependency
>
@
Nonnull
fun
getOutboundDependencies
(
)
:
ListSet
<
out
Dependency
>
How to override: if you intend your action to influence any reaction with compatible context, return null.
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String