alchemist
Toggle table of contents
42.3.13
alldocs
Target filter
alldocs
Switch theme
Search in API
Skip to content
alchemist
alchemist
/
it.unibo.alchemist.model.actions
/
AbstractLocalAction
Abstract
Local
Action
alldocs
abstract
class
AbstractLocalAction
<
T
>
:
AbstractAction
<
T
>
Parameters
<T>
concentration type
Members
Functions
clone
Action
Link copied to clipboard
alldocs
abstract
fun
cloneAction
(
node
:
Node
<
T
>
,
reaction
:
Reaction
<
T
>
)
:
Action
<
T
>
This method allows to clone this action on a new node.
execute
Link copied to clipboard
alldocs
abstract
fun
execute
(
)
Effectively executes this action.
get
Context
Link copied to clipboard
alldocs
fun
getContext
(
)
:
Context
get
Outbound
Dependencies
Link copied to clipboard
alldocs
@
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
alldocs
open
fun
toString
(
)
:
String