ChangeBiomolConcentrationInEnv

class ChangeBiomolConcentrationInEnv : AbstractRandomizableAction<T>

Action implementing the changing of the concentration of a given biomolecule in environment.

Constructors

Link copied to clipboard
open fun ChangeBiomolConcentrationInEnv(    environment: Environment<Double, out Any>,     node: Node<Double>,     biomolecule: Biomolecule,     deltaCon: Double,     randomGen: RandomGenerator)
Initialize a new Action that change concentration of the given Biomolecule of a "deltaCon" quantity.
Link copied to clipboard
open fun ChangeBiomolConcentrationInEnv(    node: Node<Double>,     biomolecule: Biomolecule,     environment: Environment<Double, out Any>,     randomGen: RandomGenerator)
Initialize a ChangeBiomolConcentrationInEnv with delta = -1.

Functions

Link copied to clipboard
open fun cloneAction(node: Node<Double>, reaction: Reaction<Double>): Action<Double>
Link copied to clipboard
open fun execute()
Link copied to clipboard
open fun getContext(): Context
Link copied to clipboard
fun getOutboundDependencies(): ListSet<out Dependency>
Link copied to clipboard
open fun toString(): String