Package it.unibo.alchemist.model.interfaces.properties

Types

Link copied to clipboard
interface CellProperty<P : Vector<P>> : NodeProperty<Double>

A node's capability to behave as a cell.

Link copied to clipboard
interface CircularCellProperty : CellProperty<Euclidean2DPosition>

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

Link copied to clipboard
interface CircularDeformableCellProperty : CircularCellProperty

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