Interface CircularDeformableCellProperty
-
- All Implemented Interfaces:
-
it.unibo.alchemist.model.NodeProperty
,it.unibo.alchemist.model.biochemistry.CellProperty
,it.unibo.alchemist.model.biochemistry.CircularCellProperty
,java.io.Serializable
public interface CircularDeformableCellProperty implements CircularCellProperty
A node's capability to behave as a circular deformable cell.
-
-
Method Summary
Modifier and Type Method Description abstract Double
getMaximumDiameter()
The max diameter that this cell can have, e.g. Double
getMaximumRadius()
abstract Double
getRigidity()
Cellular rigidity. -
Methods inherited from class it.unibo.alchemist.model.biochemistry.CellProperty
addJunction, addPolarizationVersor, containsJunction, getAllNodesLinkWithJunction, getJunctions, getJunctionsCount, getNeighborLinkWithJunction, getPolarizationVersor, removeJunction, setPolarizationVersor
-
Methods inherited from class it.unibo.alchemist.model.NodeProperty
cloneOnNewNode, getNode
-
Methods inherited from class it.unibo.alchemist.model.biochemistry.CircularCellProperty
getDiameter, getRadius
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getMaximumDiameter
abstract Double getMaximumDiameter()
The max diameter that this cell can have, e.g. the diameter that this cell has if no other cell is around.
-
getMaximumRadius
Double getMaximumRadius()
-
getRigidity
abstract Double getRigidity()
Cellular rigidity.
-
-
-
-