Package it.unibo.alchemist.model.conditions
Conditions implementations.
See: Description
-
Class Summary Class Description AbstractCondition MoleculeHasConcentration A condition that is valid iff a molecule has exactly the desired concentration. ConcentrationChanged A condition that holds true only if the tracked Molecule changed its it.unibo.alchemist.model.Concentration. AbstractNonPropensityContributingCondition This condition does not influence the reaction propensity, it contributes respectively with 1.0 in case it can execute, or with 0.0 in case it cannot. ContainsMolecule The condition is valid if the node contains the molecule. NoOtherReactionCanExecute The condition is valid if all the other reactions having at least one condition can not execute.