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
constructor(environment: Environment<Double, out Any>, node: Node<Double>, junction: Junction, randomGenerator: RandomGenerator)