toggle menu
alchemist
jvm
switch theme
search in API
alchemist
/
it.unibo.alchemist.model.actions
/
AbstractAction
Abstract
Action
abstract
class
AbstractAction
<
T
>
:
Action
<
T
>
An abstract class facility with some generic methods implemented.
Parameters
<T>
concentration type
Inheritors
AbstractMoveNode
AbstractLocalAction
RemoveNode
AbstractActionOnSingleMolecule
ToggleMolecule
Members
Functions
clone
Action
Link copied to clipboard
abstract
fun
cloneAction
(
p
:
Node
<
T
>
,
p1
:
Reaction
<
T
>
)
:
Action
<
T
>
execute
Link copied to clipboard
abstract
fun
execute
(
)
get
Context
Link copied to clipboard
abstract
fun
getContext
(
)
:
Context
get
Outbound
Dependencies
Link copied to clipboard
@
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