-
- All Implemented Interfaces:
-
it.unibo.alchemist.model.interfaces.Condition,java.io.Serializable
public final class JunctionPresentInCell extends AbstractNeighborCondition<Double>
-
-
Constructor Summary
Constructors Constructor Description JunctionPresentInCell(Environment<Double, out Object> e, Node<Double> n, Junction junction)
-
Method Summary
Modifier and Type Method Description booleanisValid()JunctionPresentInCellcloneCondition(Node<Double> node, Reaction<Double> r)StringtoString()CellNode<out Object>getNode()-
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 -
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
-
-