Drools :: Core 6.1.0.Beta1

Uses of Class
org.drools.core.RuleBaseConfiguration

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

Uses of RuleBaseConfiguration in org.drools.core
 

Methods in org.drools.core that return RuleBaseConfiguration
static RuleBaseConfiguration RuleBaseConfiguration.getDefaultInstance()
           
 

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

Uses of RuleBaseConfiguration in org.drools.core.common
 

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

Methods in org.drools.core.common with parameters of type RuleBaseConfiguration
 BetaMemory DefaultBetaConstraints.createBetaMemory(RuleBaseConfiguration config, short nodeType)
           
 BetaMemory SingleNonIndexSkipBetaConstraints.createBetaMemory(RuleBaseConfiguration config, short nodeType)
           
 BetaMemory QuadroupleNonIndexSkipBetaConstraints.createBetaMemory(RuleBaseConfiguration config, short nodeType)
           
 BetaMemory BetaConstraints.createBetaMemory(RuleBaseConfiguration config, short nodeType)
           
 BetaMemory EmptyBetaConstraints.createBetaMemory(RuleBaseConfiguration config, short nodeType)
           
 BetaMemory MultipleBetaConstraint.createBetaMemory(RuleBaseConfiguration config, short nodeType)
           
 BetaMemory TripleNonIndexSkipBetaConstraints.createBetaMemory(RuleBaseConfiguration config, short nodeType)
           
 BetaMemory SingleBetaConstraints.createBetaMemory(RuleBaseConfiguration config, short nodeType)
           
 BetaMemory DoubleNonIndexSkipBetaConstraints.createBetaMemory(RuleBaseConfiguration config, short nodeType)
           
 Memory MemoryFactory.createMemory(RuleBaseConfiguration config, InternalWorkingMemory wm)
           
 

Constructors in org.drools.core.common with parameters of type RuleBaseConfiguration
DefaultBetaConstraints(BetaNodeFieldConstraint[] constraints, RuleBaseConfiguration conf)
           
DefaultBetaConstraints(BetaNodeFieldConstraint[] constraints, RuleBaseConfiguration conf, boolean disableIndexing)
           
DoubleBetaConstraints(BetaNodeFieldConstraint[] constraints, RuleBaseConfiguration conf)
           
DoubleBetaConstraints(BetaNodeFieldConstraint[] constraints, RuleBaseConfiguration conf, boolean disableIndexing)
           
MultipleBetaConstraint(BetaNodeFieldConstraint[] constraints, RuleBaseConfiguration conf, boolean disableIndexing)
           
QuadroupleBetaConstraints(BetaNodeFieldConstraint[] constraints, RuleBaseConfiguration conf)
           
QuadroupleBetaConstraints(BetaNodeFieldConstraint[] constraints, RuleBaseConfiguration conf, boolean disableIndexing)
           
SingleBetaConstraints(BetaNodeFieldConstraint[] constraint, RuleBaseConfiguration conf)
           
SingleBetaConstraints(BetaNodeFieldConstraint constraint, RuleBaseConfiguration conf)
           
SingleBetaConstraints(BetaNodeFieldConstraint constraint, RuleBaseConfiguration conf, boolean disableIndex)
           
SingleThreadedObjectStore(RuleBaseConfiguration conf, Lock lock)
           
TripleBetaConstraints(BetaNodeFieldConstraint[] constraints, RuleBaseConfiguration conf)
           
TripleBetaConstraints(BetaNodeFieldConstraint[] constraints, RuleBaseConfiguration conf, boolean disableIndexing)
           
 

Uses of RuleBaseConfiguration in org.drools.core.management
 

Constructors in org.drools.core.management with parameters of type RuleBaseConfiguration
KieBaseConfigurationMonitor(RuleBaseConfiguration conf)
           
 

Uses of RuleBaseConfiguration in org.drools.core.reteoo
 

Methods in org.drools.core.reteoo that return RuleBaseConfiguration
 RuleBaseConfiguration ReteooRuleBase.getConfig()
           
 RuleBaseConfiguration ReteooRuleBase.getConfiguration()
           
 

Methods in org.drools.core.reteoo with parameters of type RuleBaseConfiguration
 Memory WindowNode.createMemory(RuleBaseConfiguration config, InternalWorkingMemory wm)
          Creates the WindowNode's memory.
 Memory QueryElementNode.createMemory(RuleBaseConfiguration config, InternalWorkingMemory wm)
           
 Memory EvalConditionNode.createMemory(RuleBaseConfiguration config, InternalWorkingMemory wm)
           
 Memory ObjectTypeNode.createMemory(RuleBaseConfiguration config, InternalWorkingMemory wm)
          Creates memory for the node using PrimitiveLongMap as its optimised for storage and reteivals of Longs.
 Memory AlphaNode.createMemory(RuleBaseConfiguration config, InternalWorkingMemory wm)
          Creates a HashSet for the AlphaNode's memory.
 Memory BetaNode.createMemory(RuleBaseConfiguration config, InternalWorkingMemory wm)
           
 Memory LeftInputAdapterNode.createMemory(RuleBaseConfiguration config, InternalWorkingMemory wm)
           
 Memory ConditionalBranchNode.createMemory(RuleBaseConfiguration config, InternalWorkingMemory wm)
           
 Memory AccumulateNode.createMemory(RuleBaseConfiguration config, InternalWorkingMemory wm)
          Creates a BetaMemory for the BetaNode's memory.
 Memory PropagationQueuingNode.createMemory(RuleBaseConfiguration config, InternalWorkingMemory wm)
           
 Memory RightInputAdapterNode.createMemory(RuleBaseConfiguration config, InternalWorkingMemory wm)
          Creates and return the node memory
 Memory AbstractTerminalNode.createMemory(RuleBaseConfiguration config, InternalWorkingMemory wm)
           
 Memory FromNode.createMemory(RuleBaseConfiguration config, InternalWorkingMemory wm)
           
 Memory TimerNode.createMemory(RuleBaseConfiguration config, InternalWorkingMemory wm)
           
 

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

Uses of RuleBaseConfiguration in org.drools.core.util.index
 

Methods in org.drools.core.util.index with parameters of type RuleBaseConfiguration
static BetaMemory IndexUtil.Factory.createBetaMemory(RuleBaseConfiguration config, short nodeType, BetaNodeFieldConstraint... constraints)
           
 


Drools :: Core 6.1.0.Beta1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.