public class Conflict
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
nonIdempotentAction |
boolean |
rule2SubsumesRule1
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 |
ruleIndex1
Indexes of the 2 conflicting rules in the DTRuleTable
|
int |
ruleIndex2
Indexes of the 2 conflicting rules in the DTRuleTable
|
public int ruleIndex1
public int ruleIndex2
public boolean rule2SubsumesRule1
public boolean nonIdempotentAction