QualifiedRuleId

class QualifiedRuleId(val ruleSetId: RuleSetId, val ruleId: RuleId)

Identifies a rule after combining a rule set ID and a rule-local ID.

Constructors

Link copied to clipboard
constructor(ruleSetId: RuleSetId, ruleId: RuleId)

Properties

Link copied to clipboard

Rule-local ID inside ruleSetId.

Link copied to clipboard

Rule set that contributes the rule.

Link copied to clipboard

User-facing ID value in the rule-set:rule-name form.

Functions

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