Class BiomolPresentInNeighbor
-
- All Implemented Interfaces:
-
it.unibo.alchemist.model.Condition
,java.io.Serializable
public final class BiomolPresentInNeighbor extends AbstractNeighborCondition<T>
-
-
Constructor Summary
Constructors Constructor Description BiomolPresentInNeighbor(Environment<Double, out Object> environment, Node<Double> node, Biomolecule molecule, Double concentration)
-
Method Summary
Modifier and Type Method Description boolean
isValid()
BiomolPresentInNeighbor
cloneCondition(Node<Double> node, Reaction<Double> reaction)
String
toString()
-
Methods inherited from class it.unibo.alchemist.model.conditions.AbstractCondition
cloneCondition, getInboundDependencies, getNode
-
Methods inherited from class it.unibo.alchemist.model.biochemistry.conditions.AbstractNeighborCondition
getContext, getPropensityContribution, getValidNeighbors
-
Methods inherited from class it.unibo.alchemist.model.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> environment, Node<Double> node, Biomolecule molecule, Double concentration)
- Parameters:
environment
- 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> reaction)
-
-
-
-