Package | Description |
---|---|
org.drools.workbench.models.guided.dtree.shared.model.parser | |
org.drools.workbench.models.guided.dtree.shared.model.parser.messages |
Modifier and Type | Field and Description |
---|---|
protected List<ParserMessage> |
GuidedDecisionTreeParserError.messages |
Modifier and Type | Method and Description |
---|---|
List<ParserMessage> |
GuidedDecisionTreeParserError.getMessages() |
Constructor and Description |
---|
GuidedDecisionTreeParserError(String originalRuleName,
String originalDrl,
List<ParserMessage> messages) |
Modifier and Type | Class and Description |
---|---|
class |
AmbiguousRootParserMessage
Multiple "root" TypeNodes were found when constructing the Decision Tree
|
class |
BindingNotFoundParserMessage
A bound Type referenced could not be located in the tree
|
class |
DataTypeConversionErrorParserMessage
A String value could not be converted to a type-safe Value class
|
class |
DataTypeNotFoundParserMessage
The data-type of a class's field could not be found
|
class |
DefaultParserMessage
Generic message that cannot be represented by one of the more explicit concrete implementations
|
class |
InvalidRootParserMessage
The root of the tree was not a TypeNode (this should not happen for valid DRL).
|
class |
UnsupportedFieldConstraintParserMessage
Only SingleFieldConstraints are supported at present.
|
class |
UnsupportedFieldConstraintTypeParserMessage
Only Literal values are supported at present.
|
class |
UnsupportedFieldNatureTypeParserMessage
Only Literal values are supported at present.
|
class |
UnsupportedIActionParserMessage
Only ActionRetractFact, ActionInsertFact, ActionInsertLogicalFact, ActionUpdateField and ActionSetField are supported at present.
|
class |
UnsupportedIPatternParserMessage
Only FactPattern is supported at present.
|
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.