RuleConfig

The rule configuration for an assertion rule. That is, the criteria that you set for specific assertion controls (routing controls) that specify how many control states must be ON after a transaction completes.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Logical negation of the rule. If the rule would usually evaluate true, it's evaluated as false, and vice versa.

Link copied to clipboard

The value of N, when you specify an ATLEAST rule type. That is, Threshold is the number of controls that must be set when you specify an ATLEAST type.

Link copied to clipboard

A rule can be one of the following: ATLEAST, AND, or OR.

Functions

Link copied to clipboard
inline fun copy(block: RuleConfig.Builder.() -> Unit = {}): RuleConfig
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String