Searched refs:negated (Results 1 – 2 of 2) sorted by relevance
188 boolean negated = false; in extractRuleConditionList()191 negated = true; // change "negated" property to true in extractRuleConditionList()199 ruleConditions.add(new BusinessLogicRuleCondition(methodName, methodArgs, negated)); in extractRuleConditionList()205 ruleConditions.add(new BusinessLogicRuleCondition(methodName, methodArgs, negated)); in extractRuleConditionList()
293 boolean negated) { in BusinessLogicRuleCondition() argument296 mNegated = negated; in BusinessLogicRuleCondition()