cloneCondition

open fun cloneCondition(node: Node<Double>, reaction: Reaction<Double>): TensionPresent

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

How to override: create a new action of your concrete subtype.