Remove Junction In Cell
Represent the action of removing a junction between the current node and a neighbor. This action only remove the junction reference inside this node, the neighbor totally ignore that a junction has been removed. This is a part of the junction removal process. See RemoveJunctionInNeighbor for the other part of the process
Constructors
Link copied to clipboard
open fun RemoveJunctionInCell(environment: Environment<Double, out Any>, node: Node<Double>, junction: Junction, randomGenerator: RandomGenerator)
Content copied to clipboard
Functions
Link copied to clipboard
open fun cloneAction(node: Node<Double>, reaction: Reaction<Double>): RemoveJunctionInCell
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard