Drools Workbench - Guided Decision Tree Model 6.2.0.Final

Package org.drools.workbench.models.guided.dtree.shared.model.parser.messages

Interface Summary
ParserMessage Base class for messages generated whilst parsing DRL into a Guided Decision Tree.
 

Class Summary
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.
 


Drools Workbench - Guided Decision Tree Model 6.2.0.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.