AddJunctionInNeighbor

open fun AddJunctionInNeighbor(    environment: Environment<Double, P>,     node: Node<Double>,     junction: Junction,     randomGenerator: RandomGenerator)

Parameters

junction

the junction

node

the current node which contains this action. It is NOT the node where the junction will be created.

environment

the environment

randomGenerator

the random generator