MoleculeHasConcentration
A condition that is valid iff a molecule has exactly the desired concentration.
Parameters
<T>
concentration type
Constructors
Link copied to clipboard
open fun MoleculeHasConcentration( node: Node<T>, molecule: Molecule, value: T)
Content copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
How to override: if you intend your condition to be potentially changed by any change in the context, return null.
Link copied to clipboard
Link copied to clipboard