Question
6
Replies
1555
Views
Liberty Global
Posted: August 7, 2018
Last activity: December 26, 2018
Closed
Rule resolution of circumstanced rules
In the training material, the below table mentions the rules resolution of circumstanced rules.
Circumstanced rule in higher ruleset | Circumstanced rule in lower ruleset | Base rule in higher ruleset | Result |
---|---|---|---|
True | True | True | Circumstanced rule in higher ruleset version is resolved |
True | False | True | Circumstanced rule in higher ruleset version is resolved |
False | True | True | Base rule in higher ruleset version is resolved |
False | False | True | Base rule in higher ruleset version is resolved |
For me, the row number looks like incorrect, the rule resolution should pick the circumstanced rules from the 'circumstanced rule in the lower ruleset' instead of Base rule in higher ruleset version.
Can you please help me understand the above concept.
Thank you.
The rule resolution in the row 3 looks like incorrect. Please help me understand the concept.