reactionAdded

abstract fun reactionAdded(reactionToAdd: Actionable<T>)

Adds a reaction during the simulation to the scheduler and start to execute it. The reaction addition is not propagated in the Node entity. To do that call also the method addReaction.

Parameters

reactionToAdd

the reaction to add