Lines Matching refs:Operator
281 # extract all children rule and operator
282 childRules = self.extractChildrenByClass([Operator, Rule])
391 class Operator (Rule) :
392 """class implementing the operator concept
394 An operator contains rules and other operators
399 tag = "operator"
402 childWhiteList = ["Rule", "Operator"]
413 rules = self.extractChildrenByClass([Rule, Operator])
431 childWhiteList = ["Rule", "Operator", "Path", "GroupPath"]
447 self.addChildren(configuration.extractChildrenByClass([Operator, Rule]), append=False)
494 ruleChildren = self.extractChildrenByClass([Rule, Operator])
496 # Do not create a root rule if there is only one fist level Operator rule
497 Operator :
501 ruleroot = Operator()
534 childWhiteList = ["Rule", "Operator", "GroupConfiguration", "Configuration", "GroupPath"]
582 childWhiteList = ["Configuration", "GroupConfiguration", "Rule", "Operator"]
691 childWhiteList = ["GroupDomain", "Domain", "GroupConfiguration", "Rule", "Operator"]
794 Operator,