站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

Uses of Class org.drools.rule.InvalidPatternException (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


Uses of Class
org.drools.rule.InvalidPatternException

Packages that use InvalidPatternException
org.drools.common   
org.drools.reteoo   
org.drools.reteoo.builder   
org.drools.rule Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements. 
 

Uses of InvalidPatternException in org.drools.common
 

Methods in org.drools.common that throw InvalidPatternException
protected  void AbstractRuleBase.addRule(Rule rule)
           
 

Uses of InvalidPatternException in org.drools.reteoo
 

Methods in org.drools.reteoo that throw InvalidPatternException
protected  void ReteooRuleBase.addRule(Rule rule)
           
 

Uses of InvalidPatternException in org.drools.reteoo.builder
 

Methods in org.drools.reteoo.builder that throw InvalidPatternException
 List ReteooRuleBuilder.addRule(Rule rule, ReteooRuleBase rulebase, ReteooBuilder.IdGenerator idGenerator)
          Creates the corresponting Rete network for the given Rule and adds it to the given rule base.
 List PatternBuilder.attachAlphaNodes(BuildContext context, BuildUtils utils, Pattern pattern)
           
 void BuildUtils.checkUnboundDeclarations(BuildContext context, Declaration[] declarations)
          Make sure the required declarations are previously bound
 

Uses of InvalidPatternException in org.drools.rule
 

Methods in org.drools.rule that throw InvalidPatternException
 GroupElement[] Rule.getTransformedLhs()
          Uses the LogicTransformer to process the Rule patters - if no ORs are used this will return an array of a single AND element.
 



Copyright © 2001-2007 JBoss Inc.. All Rights Reserved.