updateReaction

abstract fun updateReaction(r: Reaction<T>)

Notifies the structure that the reaction r has changed. The whole structure will be rearranged to ensure consistency.

Parameters

r

the reaction which has changed