RulesEngine v0.1.2 API Reference
Modules
a Rules Engine that applies rules according to their natural order (which is priority by default)
a Rules Engine that continuously applies rules on known facts until no more rules are applicable
UnitRuleGroup: A unit rule group is a composite rule that acts as a unit: Either all rules are applied or nothing is applied
For reference from https://github.com/j-easy/easy-rules/wiki/defining-rules-engine Parameter Type Required Default rulePriorityThreshold int no MaxInt skipOnFirstAppliedRule boolean no false skipOnFirstFailedRule boolean no false skipOnFirstNonTriggeredRule boolean no false