NoOtherReactionCanExecute

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.

Constructors

Link copied to clipboard
constructor(node: Node<T>, myReaction: Reaction<T>)

Properties

Link copied to clipboard
val node: Node<T>

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
open override fun getContext(): Context
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun isValid(): Boolean
Link copied to clipboard
open fun reactionReady()
Link copied to clipboard
open override fun toString(): String