Change Biomol Concentration In Env
class ChangeBiomolConcentrationInEnv : AbstractRandomizableAction<Double>
Content copied to clipboard
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)
Content copied to clipboard
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)
Content copied to clipboard
Initialize a ChangeBiomolConcentrationInEnv with delta = -1.