Class TensionPresent
-
- All Implemented Interfaces:
-
it.unibo.alchemist.model.Condition
,java.io.Serializable
public final class TensionPresent extends AbstractCondition<T>
-
-
Constructor Summary
Constructors Constructor Description TensionPresent(EnvironmentSupportingDeformableCells<out Object> environment, Node<Double> node)
-
Method Summary
Modifier and Type Method Description TensionPresent
cloneCondition(Node<Double> node, Reaction<Double> reaction)
Context
getContext()
double
getPropensityContribution()
boolean
isValid()
-
Methods inherited from class it.unibo.alchemist.model.conditions.AbstractCondition
getInboundDependencies, getNode, toString
-
Methods inherited from class it.unibo.alchemist.model.Condition
reactionReady
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
TensionPresent
TensionPresent(EnvironmentSupportingDeformableCells<out Object> environment, Node<Double> node)
- Parameters:
environment
- the environmentnode
- the node
-
-
Method Detail
-
cloneCondition
TensionPresent cloneCondition(Node<Double> node, Reaction<Double> reaction)
-
getContext
Context getContext()
-
getPropensityContribution
double getPropensityContribution()
-
isValid
boolean isValid()
-
-
-
-