Change Biomol Concentration In Env
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.