Circular Deformable Cell
Base implementation of a CircularCellProperty.
Constructors
Properties
The map junction - node - quantity.
The total number of junctions presents in this node.
The max diameter that this cell can have, e.g. the diameter that this cell has if no other cell is around.
The max radius that this cell can have, e.g. the radius that this cell has if no other cell is around.
The polarization versor, e.g. a versor indicating the direction in which the cell will move the next time.
Functions
Add a junction to the current node. junction the junction. neighbor the neighbor node at the other side of the junction.
add versor to the polarization versor inside the cell; useful for considering the combination of various stimuli in a cell.
Return true if a junction is present in the current node, false otherwise. Note: a junction is considered present if the method junction.equals(j) return true. junction the junction.
Removes a junction from this node.