CircularCellProperty

A node's capability to behave as a cell with a circular area.

Inheritors

Properties

Link copied to clipboard
abstract val diameter: Double

The diameter of the cell.

Link copied to clipboard

The map junction - node - quantity.

Link copied to clipboard

The total number of junctions presents in this node.

Link copied to clipboard
abstract val node: Node<Double>
Link copied to clipboard

The polarization versor, e.g. a versor indicating the direction in which the cell will move the next time.

Link copied to clipboard
open val radius: Double

The radius of the cell.

Functions

Link copied to clipboard
open fun addJunction(junction: Junction, neighbor: Node<Double>)

Add a junction to the current node. junction the junction. neighbor the neighbor node at the other side of the junction.

Link copied to clipboard

add versor to the polarization versor inside the cell; useful for considering the combination of various stimuli in a cell.

Link copied to clipboard
Link copied to clipboard
open fun containsJunction(junction: Junction): Boolean

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.

Link copied to clipboard

Returns set of Nodes which are linked by a junction with the current node.

Link copied to clipboard

Returns a set of Nodes which are linked with the current node by a junction of the type junction.

Link copied to clipboard
open fun removeJunction(junction: Junction, neighbor: Node<Double>)

Removes a junction from this node.