Remove Junction In Neighbor
Represent the action of removing a junction between a neighbor and the current node. This action only removes the junction reference inside the neighbor node; the current one totally ignores that a junction has been removed. This is a part of the junction removal process. See RemoveJunctionInCell for the other part of the process.
Functions
Link copied to clipboard
open fun cloneAction(newNode: Node<Double>, newReaction: Reaction<Double>): RemoveJunctionInNeighbor
This method allows to clone this action on a new node.
Link copied to clipboard
Link copied to clipboard
How to override: if you intend your action to influence any reaction with compatible context, return null.