Package-level declarations
Types
Link copied to clipboard
Represents an action on a neighbor.
Link copied to clipboard
Link copied to clipboard
Represent the action of add a junction between the current node and a neighbor.
Link copied to clipboard
Represent the action of add a junction between a neighbor and the current node.
Link copied to clipboard
An action moving cells (Nodes with a CellProperty) in the environment.
Link copied to clipboard
Models the tension polarization of CircularDeformableCell in an EnvironmentSupportingDeformableCells.
Link copied to clipboard
Link copied to clipboard
Action implementing the changing of the concentration of a given biomolecule in environment.
Link copied to clipboard
class ChangeBiomolConcentrationInNeighbor(randomGenerator: RandomGenerator, environment: Environment<Double, *>, node: Node<Double>, val molecule: Biomolecule, val deltaConcentration: Double) : AbstractNeighborAction<Double>
Changes the concentration of a Biomolecule (molecule) in a randomly-selected compatible neighbor cell by deltaConcentration.
Link copied to clipboard
Models the chemotactic polarization of a Cell.
Link copied to clipboard
Polarizes a CellProperty in a random direction.
Link copied to clipboard
Represent the action of removing a junction between the current node and a neighbor.
Link copied to clipboard
Represent the action of removing a junction between a neighbor and the current node.