-
- All Implemented Interfaces:
-
it.unibo.alchemist.model.interfaces.Condition,java.io.Serializable
public final class BiomolPresentInNeighbor extends AbstractNeighborCondition<Double>
-
-
Constructor Summary
Constructors Constructor Description BiomolPresentInNeighbor(Environment<Double, out Object> env, Node<Double> node, Biomolecule molecule, Double concentration)
-
Method Summary
Modifier and Type Method Description booleanisValid()BiomolPresentInNeighborcloneCondition(Node<Double> node, Reaction<Double> r)StringtoString()-
Methods inherited from class it.unibo.alchemist.model.implementations.conditions.AbstractNeighborCondition
getContext, getPropensityContribution, getValidNeighbors -
Methods inherited from class it.unibo.alchemist.model.implementations.conditions.AbstractCondition
cloneCondition, getInboundDependencies, getNode -
Methods inherited from class it.unibo.alchemist.model.interfaces.Condition
getContext, getPropensityContribution, reactionReady -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
BiomolPresentInNeighbor
BiomolPresentInNeighbor(Environment<Double, out Object> env, Node<Double> node, Biomolecule molecule, Double concentration)
- Parameters:
env- the environmentnode- the local nodemolecule- the molecule to checkconcentration- the minimum concentration
-
-
Method Detail
-
isValid
boolean isValid()
-
cloneCondition
BiomolPresentInNeighbor cloneCondition(Node<Double> node, Reaction<Double> r)
-
-
-
-