| Interface | Description |
|---|---|
| ParserMessage |
Base class for messages generated whilst parsing DRL into a Guided Decision Tree.
|
| Class | Description |
|---|---|
| AmbiguousRootParserMessage |
Multiple "root" TypeNodes were found when constructing the Decision Tree
|
| BindingNotFoundParserMessage |
A bound Type referenced could not be located in the tree
|
| DataTypeConversionErrorParserMessage |
A String value could not be converted to a type-safe Value class
|
| DataTypeNotFoundParserMessage |
The data-type of a class's field could not be found
|
| DefaultParserMessage |
Generic message that cannot be represented by one of the more explicit concrete implementations
|
| InvalidRootParserMessage |
The root of the tree was not a TypeNode (this should not happen for valid DRL).
|
| UnsupportedFieldConstraintParserMessage |
Only SingleFieldConstraints are supported at present.
|
| UnsupportedFieldConstraintTypeParserMessage |
Only Literal values are supported at present.
|
| UnsupportedFieldNatureTypeParserMessage |
Only Literal values are supported at present.
|
| UnsupportedIActionParserMessage |
Only ActionRetractFact, ActionInsertFact, ActionInsertLogicalFact, ActionUpdateField and ActionSetField are supported at present.
|
| UnsupportedIPatternParserMessage |
Only FactPattern is supported at present.
|
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.