-
- All Implemented Interfaces:
-
it.unibo.alchemist.model.interfaces.Condition,java.io.Serializable
public final class GenericMoleculeUnderLevel<T extends Number> extends GenericMoleculePresent<T>
-
-
Constructor Summary
Constructors Constructor Description GenericMoleculeUnderLevel(Node<T> n, Molecule mol, T quantity)
-
Method Summary
Modifier and Type Method Description booleanisValid()GenericMoleculeUnderLevel<T>cloneCondition(Node<T> node, Reaction<T> r)doublegetPropensityContribution()-
Methods inherited from class it.unibo.alchemist.model.implementations.conditions.GenericMoleculePresent
getContext, getMolecule, getQuantity, toString -
Methods inherited from class it.unibo.alchemist.model.implementations.conditions.AbstractCondition
cloneCondition, getInboundDependencies, getNode, toString -
Methods inherited from class it.unibo.alchemist.model.interfaces.Condition
getContext, getPropensityContribution, isValid, reactionReady -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
isValid
boolean isValid()
-
cloneCondition
GenericMoleculeUnderLevel<T> cloneCondition(Node<T> node, Reaction<T> r)
-
getPropensityContribution
double getPropensityContribution()
-
-
-
-