Uses of Class
org.drools.core.rule.InvalidPatternException
-
Packages that use InvalidPatternException Package Description org.drools.core.definitions.rule.impl org.drools.core.impl org.drools.core.reteoo.builder org.drools.core.rule Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements. -
-
Uses of InvalidPatternException in org.drools.core.definitions.rule.impl
Methods in org.drools.core.definitions.rule.impl that throw InvalidPatternException Modifier and Type Method Description GroupElement[]RuleImpl. getTransformedLhs(LogicTransformer transformer, java.util.Map<java.lang.String,java.lang.reflect.Type> globals)Uses the LogicTransformer to process the Rule patters - if no ORs are used this will return an array of a single AND element. -
Uses of InvalidPatternException in org.drools.core.impl
Methods in org.drools.core.impl that throw InvalidPatternException Modifier and Type Method Description voidKnowledgeBaseImpl. addRules(java.util.Collection<RuleImpl> rules)voidRuleBase. addRules(java.util.Collection<RuleImpl> rules)voidRuleBase. removeRules(java.util.Collection<RuleImpl> rules) -
Uses of InvalidPatternException in org.drools.core.reteoo.builder
Methods in org.drools.core.reteoo.builder that throw InvalidPatternException Modifier and Type Method Description java.util.List<TerminalNode>ReteooRuleBuilder. addRule(RuleImpl rule, RuleBase kBase, java.util.Collection<InternalWorkingMemory> workingMemories)Creates the corresponting Rete network for the givenRuleand adds it to the given rule base.voidPatternBuilder. attachAlphaNodes(BuildContext context, BuildUtils utils, java.util.List<AlphaNodeFieldConstraint> alphaConstraints) -
Uses of InvalidPatternException in org.drools.core.rule
Methods in org.drools.core.rule that throw InvalidPatternException Modifier and Type Method Description voidLogicTransformer. applyOrTransformation(GroupElement parent)protected booleanLogicTransformer. processTree(GroupElement ce)voidLogicTransformer.NotOrTransformation. transform(GroupElement parent)GroupElement[]LogicTransformer. transform(GroupElement cloned, java.util.Map<java.lang.String,java.lang.reflect.Type> globals)
-