| Modifier and Type | Method and Description |
|---|---|
protected Set<Issue> |
DecisionTableAnalyzer.getIssues() |
| Modifier and Type | Method and Description |
|---|---|
void |
AnalysisReporter.sendReport(Set<Issue> issues) |
| 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) |
Issue |
DetectRedundantConditionsCheck.getIssue() |
Issue |
DetectRedundantActionCheck.getIssue() |
Issue |
DetectMultipleValuesForOneActionCheck.getIssue() |
Issue |
RangeCheck.getIssue() |
Issue |
DetectImpossibleMatchCheck.getIssue() |
Issue |
DetectDeficientRowsCheck.getIssue() |
Issue |
DetectMissingConditionCheck.getIssue() |
Issue |
DetectMissingActionCheck.getIssue() |
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) |
| Modifier and Type | Method and Description |
|---|---|
Issue |
Check.getIssue() |
Issue |
PairCheck.getIssue() |
| Modifier and Type | Method and Description |
|---|---|
List<Issue> |
AnalysisReport.getAnalysisData() |
| Modifier and Type | Method and Description |
|---|---|
void |
AnalysisReportScreen.onSelect(Issue issue) |
void |
AnalysisLineCell.render(com.google.gwt.cell.client.Cell.Context context,
Issue issue,
com.google.gwt.safehtml.shared.SafeHtmlBuilder safeHtmlBuilder) |
void |
IssuePresenter.show(Issue issue) |
void |
AnalysisReportScreenView.showIssue(Issue issue) |
void |
AnalysisReportScreenViewImpl.showIssue(Issue issue) |
| Modifier and Type | Method and Description |
|---|---|
void |
AnalysisReport.setIssues(Set<Issue> issues) |
void |
AnalysisReportScreenView.setUpDataProvider(com.google.gwt.view.client.ListDataProvider<Issue> dataProvider) |
void |
AnalysisReportScreenViewImpl.setUpDataProvider(com.google.gwt.view.client.ListDataProvider<Issue> dataProvider) |
| Constructor and Description |
|---|
AnalysisReport(org.uberfire.mvp.PlaceRequest place,
Set<Issue> issues) |
| Modifier and Type | Field and Description |
|---|---|
static Issue |
Issue.EMPTY |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.