RemoveJunctionInNeighbor

Represent the action of removing a junction between a neighbor and the current node. This action only remove the junction reference inside the neighbor node, the current one totally ignore that a junction has been removed. This is a part of the junction removal process. See RemoveJunctionInCell 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)

Functions

Link copied to clipboard
abstract fun cloneAction(p: Node<T>, p1: Reaction<T>): Action<T>
Link copied to clipboard
abstract fun execute()

open fun execute()
If no target node is given DO NOTHING.
open fun execute(targetNode: Node<Double>)
Execute the action on the given target node.
Link copied to clipboard
abstract fun getContext(): Context
Link copied to clipboard
Link copied to clipboard
open fun toString(): String