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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancheck()org.drools.verifier.api.reporting.IssuegetIssue()booleanhasIssues()booleanisActive(CheckConfiguration checkConfiguration)
-
-
-
Method Detail
-
check
boolean check()
-
getIssue
org.drools.verifier.api.reporting.Issue getIssue()
-
hasIssues
boolean hasIssues()
-
isActive
boolean isActive(CheckConfiguration checkConfiguration)
-
-