GenericMoleculePresent

open fun GenericMoleculePresent(    n: Node<T>,     mol: Molecule,     quantity: T)

Builds a new condition, which checks if the molecule exists or not inside the node n.

Parameters

mol

the molecule whose presence should be checked

n

the current node

quantity

the amount of molecules which should be present. Must be positive.