Package oracle.rules.sdk2.decisiontable
Class Conflict
java.lang.Object
oracle.rules.sdk2.decisiontable.Conflict
A Conflict is 2 rules with overlapping Dimension values in all dimensions, different actions,
and no reference from one to the other in its noConflict, runBefore, or override lists.
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
boolean
if one rule subsumes another (has a superset of the other's dimension values in each dimension) then the subsuming (more general) rule is rule2 and the following flag is true.int
Indexes of the 2 conflicting rules in the DTRuleTableint
Indexes of the 2 conflicting rules in the DTRuleTable -
Method Summary
-
Field Details
-
ruleIndex1
public int ruleIndex1Indexes of the 2 conflicting rules in the DTRuleTable -
ruleIndex2
public int ruleIndex2Indexes of the 2 conflicting rules in the DTRuleTable -
rule2SubsumesRule1
public boolean rule2SubsumesRule1if one rule subsumes another (has a superset of the other's dimension values in each dimension) then the subsuming (more general) rule is rule2 and the following flag is true. Subsumption is a good opportunity for the UI to suggest that rule1 override rule2. -
nonIdempotentAction
public boolean nonIdempotentAction
-