BiomolPresentInEnv

open fun BiomolPresentInEnv(    environment: Environment<Double, P>,     node: Node<Double>,     biomolecule: Biomolecule,     concentration: Double)

Initialize condition for extra-cellular environment, implemented as a set of EnvironmentNode.

Parameters

biomolecule

the Biomolecule which the condition is about.

concentration

the requested concentration.

node

the node where this condition is located;

environment

the Environment where the node is located.