Class PriorityListCheck
- java.lang.Object
-
- org.drools.verifier.core.checks.base.PriorityListCheck
-
- All Implemented Interfaces:
Check
- Direct Known Subclasses:
PairCheckBundle
public class PriorityListCheck extends Object implements Check
Wraps more than one check into one. Each check will look for failure in the given order. Once failure is found the rest of the checks are ignored.
This is used for example by the conflict-subsubsumption-redundancy chain. Where conflict, when found, blocks subsumption.
-
-
Constructor Summary
Constructors Constructor Description PriorityListCheck(List<Check> filteredSet)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancheck()org.drools.verifier.api.reporting.IssuegetIssue()booleanhasIssues()booleanisActive(CheckConfiguration checkConfiguration)
-
-
-
Method Detail
-
getIssue
public org.drools.verifier.api.reporting.Issue getIssue()
-
isActive
public boolean isActive(CheckConfiguration checkConfiguration)
-
-