| Modifier and Type | Method and Description |
|---|---|
RuleInspector |
RuleInspectorCache.addRow(int index) |
RuleInspector |
RuleInspectorCache.getRuleInspector(int row) |
RuleInspector |
RuleInspectorCache.removeRow(int rowNumber) |
| Modifier and Type | Method and Description |
|---|---|
Collection<RuleInspector> |
RuleInspectorCache.all() |
Collection<RuleInspector> |
RuleInspectorCache.all(RuleInspectorCache.Filter filter) |
Collection<RuleInspector> |
RuleInspectorCache.allRuleInspectors() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RuleInspectorCache.Filter.accept(RuleInspector ruleInspector) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RuleInspector.isDeficient(RuleInspector other) |
| Constructor and Description |
|---|
RuleInspectorDumper(RuleInspector ruleInspector) |
| Modifier and Type | Method and Description |
|---|---|
static Issue |
DetectRedundantRowsCheck.check(RuleInspector ruleInspector,
RuleInspector other) |
static Issue |
SingleHitCheck.check(RuleInspector ruleInspector,
RuleInspector other) |
static Issue |
DetectConflictingRowsCheck.check(RuleInspector ruleInspector,
RuleInspector other) |
static Issue |
SingleHitCheck.getIssue(RuleInspector ruleInspector,
RuleInspector other) |
static Issue |
DetectConflictingRowsCheck.getIssue(RuleInspector ruleInspector,
RuleInspector other) |
static Issue |
DetectRedundantRowsCheck.getIssue(RuleInspector ruleInspector,
RuleInspector other,
org.drools.workbench.screens.guided.dtable.client.widget.analysis.checks.DetectRedundantRowsCheck.Status status) |
| Constructor and Description |
|---|
DetectDeficientRowsCheck(RuleInspector ruleInspector) |
DetectImpossibleMatchCheck(RuleInspector ruleInspector) |
DetectMissingActionCheck(RuleInspector ruleInspector) |
DetectMissingConditionCheck(RuleInspector ruleInspector) |
DetectMultipleValuesForOneActionCheck(RuleInspector ruleInspector) |
DetectRedundantActionCheck(RuleInspector ruleInspector) |
DetectRedundantConditionsCheck(RuleInspector ruleInspector) |
RangeCheck(RuleInspector ruleInspector) |
| Modifier and Type | Field and Description |
|---|---|
protected RuleInspector |
PairCheck.other |
protected RuleInspector |
SingleCheck.ruleInspector |
protected RuleInspector |
PairCheck.ruleInspector |
| Modifier and Type | Method and Description |
|---|---|
RuleInspector |
PairCheck.getOther() |
RuleInspector |
OneToManyCheck.getRuleInspector() |
RuleInspector |
SingleCheck.getRuleInspector() |
RuleInspector |
PairCheck.getRuleInspector() |
| Modifier and Type | Method and Description |
|---|---|
InspectorList<RuleInspector> |
OneToManyCheck.getOtherRows() |
| Modifier and Type | Method and Description |
|---|---|
Collection<PairCheck> |
PairChecks.get(RuleInspector ruleInspector) |
Set<Check> |
CheckManager.getChecks(RuleInspector ruleInspector) |
void |
CheckManager.makeChecks(RuleInspector ruleInspector) |
HashSet<Check> |
CheckManager.makePairRowChecks(RuleInspector ruleInspector,
Collection<RuleInspector> all) |
protected HashSet<Check> |
CheckManager.makeSingleChecks(RuleInspector ruleInspector) |
Set<Check> |
CheckManager.makeSingleRowChecks(RuleInspector ruleInspector) |
Set<Check> |
CheckManager.remove(RuleInspector ruleInspector) |
Collection<PairCheck> |
PairChecks.remove(RuleInspector ruleInspector) |
void |
CheckRunner.remove(RuleInspector removedRuleInspector) |
| Modifier and Type | Method and Description |
|---|---|
HashSet<Check> |
CheckManager.makePairRowChecks(RuleInspector ruleInspector,
Collection<RuleInspector> all) |
| Constructor and Description |
|---|
OneToManyCheck(RuleInspector ruleInspector) |
OneToManyCheck(RuleInspector ruleInspector,
RuleInspectorCache.Filter filter) |
PairCheck(RuleInspector ruleInspector,
RuleInspector other) |
SingleCheck(RuleInspector ruleInspector) |
| Constructor and Description |
|---|
Issue(Severity severity,
String title,
ExplanationProvider explanationProvider,
RuleInspector... ruleInspectors) |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.