Function reference
Rule Classes
Rule application classes
rule_classes.Condition | A rule condition |
rule_classes.Rule | A rule class |
rule_classes.RuleSet | A rule set class |
Label Set Parsers
Label set parsers
labelset_parser.LabelSetParser | A labelset parser object |
labelset_parser.LabelSetParserProperties | A property of the labelset, including rules that |
Relations
in
, not in
relations.in_relation | Is lhs in rhs ? |
relations.not_in_relation | Is lhs not in rhs |
equals, not equals
relations.equals_relation | Is lhs == to rhs |
relations.not_equals_relation | is lhs not == rhs |
Regex match
relations.rematches_relation | Does the lhs match a regex for rhs? |
relations.reunmatches_relation | Does the lhs not match a regex for the rhs |