Package | Description |
---|---|
org.drools.workbench.screens.guided.dtable.client.widget.analysis.checks | |
org.drools.workbench.screens.guided.dtable.client.widget.analysis.checks.base |
Modifier and Type | Class and Description |
---|---|
class |
DetectConflictingRowsCheck |
class |
DetectDeficientRowsCheck |
class |
DetectImpossibleMatchCheck |
class |
DetectMissingActionCheck |
class |
DetectMissingConditionCheck |
class |
DetectMultipleValuesForOneActionCheck |
class |
DetectRedundantActionCheck |
class |
DetectRedundantConditionsCheck |
class |
DetectRedundantRowsCheck |
Modifier and Type | Class and Description |
---|---|
class |
OneToManyCheck |
class |
PairCheck |
class |
SingleCheck |
Modifier and Type | Method and Description |
---|---|
Collection<Check> |
Checks.get(RowInspector rowInspector) |
protected List<Check> |
Checks.makePairRowChecks(RowInspector rowInspector,
RowInspector other) |
protected List<Check> |
Checks.makeSingleRowChecks(RowInspector rowInspector) |
Collection<Check> |
Checks.remove(RowInspector removedRowInspector) |
Constructor and Description |
---|
ChecksRepeatingCommand(Map<RowInspector,Set<Check>> set,
Map<RowInspector,Set<Check>> rechecks,
org.uberfire.mvp.ParameterizedCommand<Status> onStatus,
org.uberfire.mvp.Command onCompletion) |
ChecksRepeatingCommand(Map<RowInspector,Set<Check>> set,
Map<RowInspector,Set<Check>> rechecks,
org.uberfire.mvp.ParameterizedCommand<Status> onStatus,
org.uberfire.mvp.Command onCompletion) |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.