Interface Check

All Known Implementing Classes:
CheckBase, DetectConflictingRowsCheck, DetectDeficientRowsCheck, DetectEmptyRowCheck, DetectImpossibleMatchCheck, DetectMissingActionCheck, DetectMissingConditionCheck, DetectMultipleValuesForOneActionCheck, DetectRedundantActionBase, DetectRedundantActionFactFieldCheck, DetectRedundantActionValueCheck, DetectRedundantConditionsCheck, DetectRedundantRowsCheck, OneToManyCheck, PairCheck, PairCheckBundle, PriorityListCheck, SingleCheck, SingleHitCheck, SingleRangeCheck

public interface Check
  • Method Details

    • check

      boolean check()
    • getIssue

      Issue getIssue()
    • hasIssues

      boolean hasIssues()
    • isActive

      boolean isActive(CheckConfiguration checkConfiguration)