Drools Workbench - Guided Decision Tree Model 6.2.0.Final

Uses of Interface
org.drools.workbench.models.guided.dtree.shared.model.parser.messages.ParserMessage

Packages that use ParserMessage
org.drools.workbench.models.guided.dtree.shared.model.parser   
org.drools.workbench.models.guided.dtree.shared.model.parser.messages   
 

Uses of ParserMessage in org.drools.workbench.models.guided.dtree.shared.model.parser
 

Fields in org.drools.workbench.models.guided.dtree.shared.model.parser with type parameters of type ParserMessage
protected  List<ParserMessage> GuidedDecisionTreeParserError.messages
           
 

Methods in org.drools.workbench.models.guided.dtree.shared.model.parser that return types with arguments of type ParserMessage
 List<ParserMessage> GuidedDecisionTreeParserError.getMessages()
           
 

Constructor parameters in org.drools.workbench.models.guided.dtree.shared.model.parser with type arguments of type ParserMessage
GuidedDecisionTreeParserError(String originalRuleName, String originalDrl, List<ParserMessage> messages)
           
 

Uses of ParserMessage in org.drools.workbench.models.guided.dtree.shared.model.parser.messages
 

Classes in org.drools.workbench.models.guided.dtree.shared.model.parser.messages that implement ParserMessage
 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.
 


Drools Workbench - Guided Decision Tree Model 6.2.0.Final

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