toggle menu
alchemist
jvm
switch theme
search in API
alchemist
/
it.unibo.alchemist.model.biochemistry.actions
/
AbstractRandomizableAction
Abstract
Randomizable
Action
abstract
class
AbstractRandomizableAction
<
T
>
:
AbstractAction
<
T
>
Parameters
<T>
concentration type
Inheritors
RandomPolarization
ChangeBiomolConcentrationInEnv
AbstractNeighborAction
Members
Constructors
Abstract
Randomizable
Action
Link copied to clipboard
constructor
(
node
:
Node
<
T
>
,
random
:
RandomGenerator
)
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
fun
getOutboundDependencies
(
)
:
ListSet
<
out
Dependency
>
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String