neighborRemoved

abstract fun neighborRemoved(node: Node<T>, n: Node<T>)

This method must get called in case a a communication link connecting two nodes gets broken during the simulation. This method provides dependency and scheduling times re-computation for all the reactions interested by such change.

Parameters

node

the node

n

the second node