Class PairCheckBundle
- java.lang.Object
-
- org.drools.verifier.core.checks.base.PriorityListCheck
-
- org.drools.verifier.core.checks.base.PairCheckBundle
-
- All Implemented Interfaces:
Check
public class PairCheckBundle extends PriorityListCheck
-
-
Field Summary
Fields Modifier and Type Field Description protected RuleInspectorotherprotected RuleInspectorruleInspector
-
Constructor Summary
Constructors Constructor Description PairCheckBundle(RuleInspector ruleInspector, RuleInspector other, java.util.List<Check> filteredSet)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RuleInspectorgetOther()RuleInspectorgetRuleInspector()-
Methods inherited from class org.drools.verifier.core.checks.base.PriorityListCheck
check, getIssue, hasIssues, isActive
-
-
-
-
Field Detail
-
ruleInspector
protected final RuleInspector ruleInspector
-
other
protected final RuleInspector other
-
-
Constructor Detail
-
PairCheckBundle
public PairCheckBundle(RuleInspector ruleInspector, RuleInspector other, java.util.List<Check> filteredSet)
-
-
Method Detail
-
getRuleInspector
public RuleInspector getRuleInspector()
-
getOther
public RuleInspector getOther()
-
-