Contains Molecule
class ContainsMolecule<T>(node: Node<T>, molecule: Molecule) : AbstractNonPropensityContributingCondition<T>
The condition is valid if the node contains the molecule.
The condition is valid if the node contains the molecule.