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

Uses of Interface org.drools.RuleBase (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


Uses of Interface
org.drools.RuleBase

Packages that use RuleBase
org.drools This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactory 
org.drools.common   
org.drools.compiler This is the main package to load rules. 
org.drools.reteoo   
org.drools.util   
 

Uses of RuleBase in org.drools
 

Methods in org.drools that return RuleBase
 RuleBase WorkingMemory.getRuleBase()
          Retrieve the RuleBase of this working memory.
static RuleBase RuleBaseFactory.newRuleBase()
          Create a new default rule base (RETEOO type engine)
static RuleBase RuleBaseFactory.newRuleBase(int type)
           
static RuleBase RuleBaseFactory.newRuleBase(int type, RuleBaseConfiguration config)
          Create a new RuleBase of the appropriate type
 

Uses of RuleBase in org.drools.common
 

Subinterfaces of RuleBase in org.drools.common
 interface InternalRuleBase
           
 

Classes in org.drools.common that implement RuleBase
 class AbstractRuleBase
          Implementation of RuleBase.
 

Methods in org.drools.common that return RuleBase
 RuleBase AbstractWorkingMemory.getRuleBase()
           
 

Uses of RuleBase in org.drools.compiler
 

Methods in org.drools.compiler that return RuleBase
 RuleBase RuleBaseLoader.loadFromReader(Reader drl)
          Create a new RuleBase from the drl source.
 RuleBase RuleBaseLoader.loadFromReader(Reader drl, Reader dsl)
          Create a new RuleBase from the drl and dsl source.
 

Uses of RuleBase in org.drools.reteoo
 

Classes in org.drools.reteoo that implement RuleBase
 class ReteooRuleBase
          Implementation of RuleBase.
 

Uses of RuleBase in org.drools.util
 

Methods in org.drools.util that return RuleBase
 RuleBase BinaryRuleBaseLoader.getRuleBase()
           
 

Constructors in org.drools.util with parameters of type RuleBase
BinaryRuleBaseLoader(RuleBase rb)
          This will add any binary packages to the rulebase.
 



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