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 Details

    • PriorityListCheck

      public PriorityListCheck(List<Check> filteredSet)
  • Method Details