Searched refs:negated (Results 1 – 2 of 2) sorted by relevance
202 boolean negated = false; in extractRuleConditionList()205 negated = true; // change "negated" property to true in extractRuleConditionList()213 ruleConditions.add(new BusinessLogicRuleCondition(methodName, methodArgs, negated)); in extractRuleConditionList()219 ruleConditions.add(new BusinessLogicRuleCondition(methodName, methodArgs, negated)); in extractRuleConditionList()
301 boolean negated) { in BusinessLogicRuleCondition() argument304 mNegated = negated; in BusinessLogicRuleCondition()