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 |
---|---|
RuleInspector |
RuleInspectorCache.addRule(Rule rule) |
RuleInspector |
RuleInspectorCache.getRuleInspector(int row) |
RuleInspector |
RuleInspectorCache.removeRow(int rowNumber) |
Modifier and Type | Method and Description |
---|---|
Collection<RuleInspector> |
RuleInspectorCache.all() |
Collection<RuleInspector> |
RuleInspectorCache.all(Predicate<RuleInspector> filter) |
Modifier and Type | Method and Description |
---|---|
Collection<RuleInspector> |
RuleInspectorCache.all(Predicate<RuleInspector> filter) |
Modifier and Type | Method and Description |
---|---|
boolean |
RuleInspector.isDeficient(RuleInspector other) |
Constructor and Description |
---|
RuleInspectorDumper(RuleInspector ruleInspector) |
Constructor and Description |
---|
SingleRangeCheck(AnalyzerConfiguration configuration,
Collection<RuleInspector> ruleInspectors) |
Modifier and Type | Field and Description |
---|---|
protected RuleInspector |
PairCheckBundle.other |
protected RuleInspector |
PairCheck.other |
protected RuleInspector |
SingleCheck.ruleInspector |
protected RuleInspector |
PairCheckBundle.ruleInspector |
protected RuleInspector |
PairCheck.ruleInspector |
Modifier and Type | Method and Description |
---|---|
RuleInspector |
PairCheckBundle.getOther() |
RuleInspector |
SingleCheck.getRuleInspector() |
RuleInspector |
PairCheckBundle.getRuleInspector() |
RuleInspector |
OneToManyCheck.getRuleInspector() |
Modifier and Type | Method and Description |
---|---|
InspectorList<RuleInspector> |
OneToManyCheck.getOtherRows() |
Modifier and Type | Method and Description |
---|---|
Collection<PairCheckBundle> |
PairCheckStorage.get(RuleInspector ruleInspector) |
Set<Check> |
CheckStorage.getChecks(RuleInspector ruleInspector) |
void |
CheckStorage.makeChecks(RuleInspector ruleInspector) |
protected Optional<PairCheckBundle> |
CheckFactory.makePairRowCheck(RuleInspector ruleInspector,
RuleInspector other) |
protected Set<Check> |
CheckFactory.makeSingleChecks(RuleInspector ruleInspector) |
Collection<PairCheckBundle> |
PairCheckStorage.remove(RuleInspector ruleInspector) |
Set<Check> |
CheckStorage.remove(RuleInspector ruleInspector) |
void |
CheckRunManager.remove(RuleInspector removedRuleInspector) |
Constructor and Description |
---|
OneToManyCheck(RuleInspector ruleInspector,
AnalyzerConfiguration configuration,
CheckType checkType) |
OneToManyCheck(RuleInspector ruleInspector,
Predicate<RuleInspector> filter,
AnalyzerConfiguration configuration,
CheckType checkType) |
PairCheck(RuleInspector ruleInspector,
RuleInspector other,
AnalyzerConfiguration configuration) |
PairCheckBundle(RuleInspector ruleInspector,
RuleInspector other,
List<Check> filteredSet) |
SingleCheck(RuleInspector ruleInspector,
AnalyzerConfiguration configuration,
CheckType checkType) |
Constructor and Description |
---|
OneToManyCheck(RuleInspector ruleInspector,
Predicate<RuleInspector> filter,
AnalyzerConfiguration configuration,
CheckType checkType) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.