Package-level declarations

Types

Link copied to clipboard
class Cell(val environment: Environment<Double, Euclidean2DPosition>, val node: Node<Double>, val junctions: MutableMap<Junction, MutableMap<Node<Double>, Int>> = LinkedHashMap()) : AbstractNodeProperty<Double> , CellProperty<Euclidean2DPosition>

Base implementation of a CellProperty.

Link copied to clipboard

Base implementation of a CircularCellProperty.

Link copied to clipboard
class CircularDeformableCell(environment: Environment<Double, Euclidean2DPosition>, val node: Node<Double>, val maximumDiameter: Double, val rigidity: Double, val junctions: MutableMap<Junction, MutableMap<Node<Double>, Int>> = LinkedHashMap()) : AbstractNodeProperty<Double> , CircularDeformableCellProperty, CircularCellProperty

Base implementation of a CircularCellProperty.