Uses of Class
org.drools.core.RuleBaseConfiguration
-
Packages that use RuleBaseConfiguration Package Description org.drools.core This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactoryorg.drools.core.common org.drools.core.impl org.drools.core.management org.drools.core.reteoo org.drools.core.reteoo.builder org.drools.core.util.index -
-
Uses of RuleBaseConfiguration in org.drools.core
Fields in org.drools.core with type parameters of type RuleBaseConfiguration Modifier and Type Field Description static org.kie.api.conf.ConfigurationKey<RuleBaseConfiguration>RuleBaseConfiguration. KEY -
Uses of RuleBaseConfiguration in org.drools.core.common
Methods in org.drools.core.common with parameters of type RuleBaseConfiguration Modifier and Type Method Description BetaMemoryBetaConstraints. createBetaMemory(RuleBaseConfiguration config, short nodeType)BetaMemoryDefaultBetaConstraints. createBetaMemory(RuleBaseConfiguration config, short nodeType)BetaMemoryDoubleNonIndexSkipBetaConstraints. createBetaMemory(RuleBaseConfiguration config, short nodeType)BetaMemoryEmptyBetaConstraints. createBetaMemory(RuleBaseConfiguration config, short nodeType)BetaMemoryMultipleBetaConstraint. createBetaMemory(RuleBaseConfiguration config, short nodeType)BetaMemoryQuadroupleNonIndexSkipBetaConstraints. createBetaMemory(RuleBaseConfiguration config, short nodeType)BetaMemorySingleBetaConstraints. createBetaMemory(RuleBaseConfiguration config, short nodeType)BetaMemorySingleNonIndexSkipBetaConstraints. createBetaMemory(RuleBaseConfiguration config, short nodeType)BetaMemoryTripleNonIndexSkipBetaConstraints. createBetaMemory(RuleBaseConfiguration config, short nodeType)TMemoryFactory. createMemory(RuleBaseConfiguration config, ReteEvaluator reteEvaluator)voidBetaConstraints. initIndexes(int depth, short betaNodeType, RuleBaseConfiguration config)voidDefaultBetaConstraints. initIndexes(int depth, short betaNodeType, RuleBaseConfiguration config)voidDoubleNonIndexSkipBetaConstraints. initIndexes(int depth, short betaNodeType, RuleBaseConfiguration config)voidEmptyBetaConstraints. initIndexes(int depth, short betaNodeType, RuleBaseConfiguration config)voidMultipleBetaConstraint. initIndexes(int depth, short betaNodeType, RuleBaseConfiguration config)voidQuadroupleNonIndexSkipBetaConstraints. initIndexes(int depth, short betaNodeType, RuleBaseConfiguration config)voidSingleBetaConstraints. initIndexes(int depth, short betaNodeType, RuleBaseConfiguration config)voidSingleNonIndexSkipBetaConstraints. initIndexes(int depth, short betaNodeType, RuleBaseConfiguration config)voidTripleNonIndexSkipBetaConstraints. initIndexes(int depth, short betaNodeType, RuleBaseConfiguration config) -
Uses of RuleBaseConfiguration in org.drools.core.impl
Methods in org.drools.core.impl that return RuleBaseConfiguration Modifier and Type Method Description RuleBaseConfigurationKnowledgeBaseImpl. getRuleBaseConfiguration()RuleBaseConfigurationRuleBase. getRuleBaseConfiguration() -
Uses of RuleBaseConfiguration in org.drools.core.management
Constructors in org.drools.core.management with parameters of type RuleBaseConfiguration Constructor Description KieBaseConfigurationMonitor(RuleBaseConfiguration ruleBaseConf, org.kie.api.KieBaseConfiguration kieBaseConf) -
Uses of RuleBaseConfiguration in org.drools.core.reteoo
-
Uses of RuleBaseConfiguration in org.drools.core.reteoo.builder
-
Uses of RuleBaseConfiguration in org.drools.core.util.index
Methods in org.drools.core.util.index with parameters of type RuleBaseConfiguration Modifier and Type Method Description static booleanIndexUtil. compositeAllowed(BetaNodeFieldConstraint[] constraints, short betaNodeType, RuleBaseConfiguration config)static BetaMemoryIndexFactory. createBetaMemory(RuleBaseConfiguration config, short nodeType, BetaNodeFieldConstraint... constraints)static booleanIndexUtil. isIndexableForNode(short nodeType, BetaNodeFieldConstraint constraint, RuleBaseConfiguration config)static boolean[]IndexUtil. isIndexableForNode(org.kie.internal.conf.IndexPrecedenceOption indexPrecedenceOption, short nodeType, int keyDepth, BetaNodeFieldConstraint[] constraints, RuleBaseConfiguration config)
-