AbstractNonPropensityContributingCondition

This condition does not influence the reaction propensity, it contributes respectively with 1.0 in case it can execute, or with 0.0 in case it cannot.

Inheritors

Constructors

constructor(node: Node<T>)

Properties

Link copied to clipboard
abstract override val context: Context?
Link copied to clipboard
Link copied to clipboard
abstract override val isValid: Boolean
Link copied to clipboard
open override val node: Node<T?>?
Link copied to clipboard

Functions

Link copied to clipboard
open fun cloneCondition(newNode: Node<T?>?, newReaction: Reaction<T?>?): Condition<T?>?
Link copied to clipboard
open fun getNode(): Node<T?>?
Link copied to clipboard
Link copied to clipboard
open fun reactionReady()