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.rule Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.org.drools.core.rule.constraint org.drools.core.util.index -
-
Uses of RuleBaseConfiguration in org.drools.core
Methods in org.drools.core that return RuleBaseConfiguration Modifier and Type Method Description static RuleBaseConfigurationRuleBaseConfiguration. getDefaultInstance() -
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. getConfiguration()RuleBaseConfigurationRuleBase. getConfiguration()Constructors in org.drools.core.impl with parameters of type RuleBaseConfiguration Constructor Description KnowledgeBaseImpl(java.lang.String id, RuleBaseConfiguration config) -
Uses of RuleBaseConfiguration in org.drools.core.management
Constructors in org.drools.core.management with parameters of type RuleBaseConfiguration Constructor Description KieBaseConfigurationMonitor(RuleBaseConfiguration conf) -
Uses of RuleBaseConfiguration in org.drools.core.reteoo
-
Uses of RuleBaseConfiguration in org.drools.core.reteoo.builder
-
Uses of RuleBaseConfiguration in org.drools.core.rule
Methods in org.drools.core.rule with parameters of type RuleBaseConfiguration Modifier and Type Method Description booleanIndexableConstraint. isIndexable(short nodeType, RuleBaseConfiguration config) -
Uses of RuleBaseConfiguration in org.drools.core.rule.constraint
Methods in org.drools.core.rule.constraint with parameters of type RuleBaseConfiguration Modifier and Type Method Description booleanQueryNameConstraint. isIndexable(short nodeType, RuleBaseConfiguration config) -
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. isIndexable(BetaNodeFieldConstraint constraint, short nodeType, RuleBaseConfiguration config)booleanIndexUtil.ConstraintType. isIndexableForNode(short nodeType, IndexableConstraint constraint, RuleBaseConfiguration config)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)
-