Package | Description |
---|---|
org.drools.verifier.core.cache | |
org.drools.verifier.core.cache.inspectors | |
org.drools.verifier.core.checks | |
org.drools.verifier.core.checks.base |
Modifier and Type | Method and Description |
---|---|
Set<Check> |
RuleInspectorCache.getGeneralChecks() |
Modifier and Type | Method and Description |
---|---|
Set<Check> |
RuleInspector.clearChecks() |
Set<Check> |
RuleInspector.getChecks() |
Modifier and Type | Class and Description |
---|---|
class |
DetectConflictingRowsCheck |
class |
DetectDeficientRowsCheck |
class |
DetectEmptyRowCheck |
class |
DetectImpossibleMatchCheck |
class |
DetectMissingActionCheck |
class |
DetectMissingConditionCheck |
class |
DetectMultipleValuesForOneActionCheck |
class |
DetectRedundantActionBase |
class |
DetectRedundantActionFactFieldCheck |
class |
DetectRedundantActionValueCheck |
class |
DetectRedundantConditionsCheck |
class |
DetectRedundantRowsCheck |
class |
SingleHitCheck |
class |
SingleRangeCheck |
Modifier and Type | Class and Description |
---|---|
class |
CheckBase |
class |
OneToManyCheck |
class |
PairCheck
A check that compares a row to another.
|
class |
PairCheckBundle |
class |
PriorityListCheck
Wraps more than one check into one.
|
class |
SingleCheck |
Modifier and Type | Field and Description |
---|---|
protected Set<Check> |
CheckRunManager.rechecks |
Modifier and Type | Method and Description |
---|---|
Set<Check> |
CheckStorage.getChecks(RuleInspector ruleInspector) |
protected Set<Check> |
CheckFactory.makeSingleChecks(RuleInspector ruleInspector) |
Set<Check> |
CheckStorage.remove(RuleInspector ruleInspector) |
Modifier and Type | Method and Description |
---|---|
void |
CheckRunManager.addChecks(Set<Check> checks) |
void |
JavaCheckRunner.run(Set<Check> rechecks,
StatusUpdate onStatus,
Command onCompletion) |
void |
CheckRunner.run(Set<Check> rechecks,
StatusUpdate onStatus,
Command onCompletion) |
Constructor and Description |
---|
ChecksRepeatingCommand(Set<Check> checksToRun,
StatusUpdate onStatus,
Command onCompletion) |
PairCheckBundle(RuleInspector ruleInspector,
RuleInspector other,
List<Check> filteredSet) |
PriorityListCheck(List<Check> filteredSet) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.