Interface CircularCellProperty
-
- All Implemented Interfaces:
-
it.unibo.alchemist.model.NodeProperty
,it.unibo.alchemist.model.biochemistry.CellProperty
,java.io.Serializable
public interface CircularCellProperty implements CellProperty<Euclidean2DPosition>
A node's capability to behave as a cell with a circular area.
-
-
Method Summary
Modifier and Type Method Description abstract Double
getDiameter()
The diameter of the cell. Double
getRadius()
-
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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getDiameter
abstract Double getDiameter()
The diameter of the cell.
-
-
-
-