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

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


Uses of Class
org.drools.RuleBaseConfiguration

Packages that use RuleBaseConfiguration
org.drools This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactory 
org.drools.common   
org.drools.reteoo   
 

Uses of RuleBaseConfiguration in org.drools
 

Methods in org.drools with parameters of type RuleBaseConfiguration
static RuleBase RuleBaseFactory.newRuleBase(int type, RuleBaseConfiguration config)
          Create a new RuleBase of the appropriate type
 

Uses of RuleBaseConfiguration in org.drools.common
 

Fields in org.drools.common declared as RuleBaseConfiguration
protected  RuleBaseConfiguration AbstractRuleBase.config
           
 

Methods in org.drools.common that return RuleBaseConfiguration
 RuleBaseConfiguration InternalRuleBase.getConfiguration()
           
 RuleBaseConfiguration AbstractRuleBase.getConfiguration()
           
 

Methods in org.drools.common with parameters of type RuleBaseConfiguration
 Object NodeMemory.createMemory(RuleBaseConfiguration config)
           
 

Constructors in org.drools.common with parameters of type RuleBaseConfiguration
AbstractRuleBase(String id, RuleBaseConfiguration config, FactHandleFactory factHandleFactory)
          Construct.
DefaultBetaConstraints(BetaNodeFieldConstraint[] constraints, RuleBaseConfiguration conf)
           
DoubleBetaConstraints(BetaNodeFieldConstraint[] constraints, RuleBaseConfiguration conf)
           
QuadroupleBetaConstraints(BetaNodeFieldConstraint[] constraints, RuleBaseConfiguration conf)
           
SingleBetaConstraints(BetaNodeFieldConstraint constraint, RuleBaseConfiguration conf)
           
TripleBetaConstraints(BetaNodeFieldConstraint[] constraints, RuleBaseConfiguration conf)
           
 

Uses of RuleBaseConfiguration in org.drools.reteoo
 

Methods in org.drools.reteoo with parameters of type RuleBaseConfiguration
 Object RuleTerminalNode.createMemory(RuleBaseConfiguration config)
           
 Object RightInputAdapterNode.createMemory(RuleBaseConfiguration config)
          Creates and return the node memory
 Object Rete.createMemory(RuleBaseConfiguration config)
           
 Object QueryTerminalNode.createMemory(RuleBaseConfiguration config)
           
 Object ObjectTypeNode.createMemory(RuleBaseConfiguration config)
          Creates memory for the node using PrimitiveLongMap as its optimised for storage and reteivals of Longs.
 Object LeftInputAdapterNode.createMemory(RuleBaseConfiguration config)
           
 Object FromNode.createMemory(RuleBaseConfiguration config)
           
 Object EvalConditionNode.createMemory(RuleBaseConfiguration config)
           
 Object AlphaNode.createMemory(RuleBaseConfiguration config)
          Creates a HashSet for the AlphaNode's memory.
 

Constructors in org.drools.reteoo with parameters of type RuleBaseConfiguration
ReteooRuleBase(RuleBaseConfiguration config)
           
ReteooRuleBase(String id, RuleBaseConfiguration config)
           
ReteooRuleBase(String id, RuleBaseConfiguration config, FactHandleFactory factHandleFactory)
          Construct.
 



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