ChangeBiomolConcentrationInEnv

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

Constructors

Link copied to clipboard
constructor(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.
constructor(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
Link copied to clipboard
open fun toString(): String