Class CellTensionPolarization
-
- All Implemented Interfaces:
-
it.unibo.alchemist.model.Action
,java.io.Serializable
public final class CellTensionPolarization extends AbstractAction<T>
Models the tension polarization of CircularDeformableCell in an EnvironmentSupportingDeformableCells.
-
-
Constructor Summary
Constructors Constructor Description CellTensionPolarization(EnvironmentSupportingDeformableCells<Euclidean2DPosition> environment, Node<Double> node)
-
Method Summary
Modifier and Type Method Description CellTensionPolarization
cloneAction(Node<Double> node, Reaction<Double> reaction)
void
execute()
Context
getContext()
-
-
Constructor Detail
-
CellTensionPolarization
CellTensionPolarization(EnvironmentSupportingDeformableCells<Euclidean2DPosition> environment, Node<Double> node)
- Parameters:
environment
- the environmentnode
- the node
-
-
Method Detail
-
cloneAction
CellTensionPolarization cloneAction(Node<Double> node, Reaction<Double> reaction)
-
execute
void execute()
-
getContext
Context getContext()
-
-
-
-