reactionRemoved

abstract fun reactionRemoved(reactionToRemove: Actionable<T>)

Removes a reaction during the simulation from the scheduler and stop to execute it. The reaction removal is not propagated in the Node entity. To do that call also the method removeReaction.

Parameters

reactionToRemove

the reaction to remove