No Other Reaction Can Execute
class NoOtherReactionCanExecute<T>(node: Node<T>, myReaction: Reaction<T>) : AbstractNonPropensityContributingCondition<T>
The condition is valid if all the other reactions having at least one condition can not execute. This condition can be used only in a single reaction per node, as multiple instances would lead to undecidable situations.
Functions
Link copied to clipboard
open override fun cloneCondition(node: Node<T>, reaction: Reaction<T>): NoOtherReactionCanExecute<T>
How to override: create a new action of your concrete subtype.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard