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

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


Uses of Interface
org.drools.common.InternalRuleBase

Packages that use InternalRuleBase
org.drools.common   
org.drools.reteoo   
 

Uses of InternalRuleBase in org.drools.common
 

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

Fields in org.drools.common declared as InternalRuleBase
protected  InternalRuleBase AbstractWorkingMemory.ruleBase
          The RuleBase with which this memory is associated.
 

Constructors in org.drools.common with parameters of type InternalRuleBase
AbstractWorkingMemory(int id, InternalRuleBase ruleBase, FactHandleFactory handleFactory)
          Construct.
 

Uses of InternalRuleBase in org.drools.reteoo
 

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

Constructors in org.drools.reteoo with parameters of type InternalRuleBase
ReteooStatefulSession(int id, InternalRuleBase ruleBase, ExecutorService executorService)
           
ReteooWorkingMemory(int id, InternalRuleBase ruleBase)
          Construct.
 



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