cloneOnNewNode

open fun cloneOnNewNode(@Nonnull node: Node<T>, @Nonnull currentTime: Time): ChemicalReaction<T>

This method allows to clone this reaction on a new node. It may result useful to support runtime creation of nodes with the same reaction programming, e.g. for morphogenesis.