-
- All Implemented Interfaces:
-
it.unibo.alchemist.model.interfaces.Action,java.io.Serializable
public final class CellTensionPolarization<P extends Position2D<P>> extends AbstractAction<Double>
-
-
Constructor Summary
Constructors Constructor Description CellTensionPolarization(EnvironmentSupportingDeformableCells<P> environment, CircularDeformableCell<P> node)
-
Method Summary
Modifier and Type Method Description CellTensionPolarization<P>cloneAction(Node<Double> node, Reaction<Double> reaction)voidexecute()ContextgetContext()CircularDeformableCell<P>getNode()-
-
Constructor Detail
-
CellTensionPolarization
CellTensionPolarization(EnvironmentSupportingDeformableCells<P> environment, CircularDeformableCell<P> node)
- Parameters:
environment- the environmentnode- the node
-
-
Method Detail
-
cloneAction
CellTensionPolarization<P> cloneAction(Node<Double> node, Reaction<Double> reaction)
-
execute
void execute()
-
getContext
Context getContext()
-
getNode
CircularDeformableCell<P> getNode()
-
-
-
-