Add Junction In Cell
Represent the action of add a junction between the current node and a neighbor. This action only create the junction reference inside this node, the neighbor totally ignore that a junction has been created. This is a part of the junction creation process. See AddJunctionInNeighbor for the other part of the process
Constructors
Link copied to clipboard
open fun AddJunctionInCell(e: Environment<Double, out Any>, n: Node<Double>, j: Junction, rg: RandomGenerator)
Content copied to clipboard
Functions
Link copied to clipboard
open fun cloneAction(node: Node<Double>, reaction: Reaction<Double>): AddJunctionInCell
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard