Package | Description |
---|---|
org.drools.verifier.api | |
org.drools.verifier.api.reporting |
Modifier and Type | Method and Description |
---|---|
void |
Reporter.sendReport(Set<Issue> issues) |
Modifier and Type | Class and Description |
---|---|
class |
IllegalVerifierStateIssue |
class |
ImpossibleMatchIssue |
class |
MultipleValuesForOneActionIssue |
class |
RedundantConditionsIssue |
class |
SingleHitLostIssue |
class |
ValueForActionIsSetTwiceIssue |
class |
ValueForFactFieldIsSetTwiceIssue |
Modifier and Type | Field and Description |
---|---|
static Issue |
Issue.EMPTY |
Modifier and Type | Method and Description |
---|---|
Issue |
Issue.setDebugMessage(String debugMessage) |
Modifier and Type | Method and Description |
---|---|
Set<Issue> |
Issues.getSet() |
Modifier and Type | Method and Description |
---|---|
void |
Issues.setSet(Set<Issue> set) |
Constructor and Description |
---|
Issues(String webWorkerUUID,
Set<Issue> set) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.