| Modifier and Type | Class and Description |
|---|---|
class |
ActivationRuleGroup
An activation rule group is a composite rule that fires the first applicable rule and ignores other rules in
the group (XOR logic).
|
class |
ConditionalRuleGroup
A conditional rule group is a composite rule where the rule with the highest priority acts as a condition:
if the rule with the highest priority evaluates to true, then we try to evaluate the rest of the rules
and execute the ones that evaluate to true.
|
class |
UnitRuleGroup
A unit rule group is a composite rule that acts as a unit: Either all rules are applied or nothing is applied.
|
Copyright © 2019. All Rights Reserved.