Skip to content

Commit 411dd88

Browse files
author
Emmanuel
committed
update readme
1 parent 7534eb8 commit 411dd88

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,11 @@ A rule is a boolean test on your configuration and objects.
101101

102102
Rules are defined within a rule set. You can defined as rule sets as you need.
103103

104-
To be selected ("matched"), an object should match ONE or more rule sets. If none of the rule sets are validated by the object, it is considered as "not matched"...
104+
If all the rules in a rule set are valid ('and'), then the object is selected.
105105

106-
The rules will generally be based on pre-defined test functions as "is property xxx of object equal this value?" (ObjectPropertySet), "is property value is selected in the filtering configuration?" (MatchProperty), ...
106+
Hence, to be selected ("matched"), an object should match ONE rule set. If none of the rule sets are validated by the object, it is considered as "not matched"...
107+
108+
The rules will be based on pre-defined test functions as "is property xxx of object equal this value?" (ObjectPropertySet), "is property value is selected in the filtering configuration?" (MatchProperty), ...
107109

108110
So, you first define your rule set, then add rules in it, then define a second rule set, and so on...
109111

0 commit comments

Comments
 (0)