| 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,
com.google.gwt.user.client.Command onCompletion) |
void |
GWTCheckRunner.run(Set<Check> rechecks,
StatusUpdate onStatus,
com.google.gwt.user.client.Command onCompletion) |
void |
CheckRunner.run(Set<Check> rechecks,
StatusUpdate onStatus,
com.google.gwt.user.client.Command onCompletion) |
| Constructor and Description |
|---|
ChecksRepeatingCommand(Set<Check> checksToRun,
StatusUpdate onStatus,
com.google.gwt.user.client.Command onCompletion) |
PairCheckBundle(RuleInspector ruleInspector,
RuleInspector other,
List<Check> filteredSet) |
PriorityListCheck(List<Check> filteredSet) |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.