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)Constructors in org.drools.core.common with parameters of type RuleBaseConfiguration Constructor Description DefaultBetaConstraints(org.drools.base.rule.constraint.BetaNodeFieldConstraint[] constraints, RuleBaseConfiguration conf)DefaultBetaConstraints(org.drools.base.rule.constraint.BetaNodeFieldConstraint[] constraints, RuleBaseConfiguration conf, boolean disableIndexing)DoubleBetaConstraints(org.drools.base.rule.constraint.BetaNodeFieldConstraint[] constraints, RuleBaseConfiguration conf)DoubleBetaConstraints(org.drools.base.rule.constraint.BetaNodeFieldConstraint[] constraints, RuleBaseConfiguration conf, boolean disableIndexing)MultipleBetaConstraint(org.drools.base.rule.constraint.BetaNodeFieldConstraint[] constraints, RuleBaseConfiguration conf, boolean disableIndexing)QuadroupleBetaConstraints(org.drools.base.rule.constraint.BetaNodeFieldConstraint[] constraints, RuleBaseConfiguration conf)QuadroupleBetaConstraints(org.drools.base.rule.constraint.BetaNodeFieldConstraint[] constraints, RuleBaseConfiguration conf, boolean disableIndexing)SingleBetaConstraints(org.drools.base.rule.constraint.BetaNodeFieldConstraint[] constraint, RuleBaseConfiguration conf)SingleBetaConstraints(org.drools.base.rule.constraint.BetaNodeFieldConstraint constraint, RuleBaseConfiguration conf)SingleBetaConstraints(org.drools.base.rule.constraint.BetaNodeFieldConstraint constraint, RuleBaseConfiguration conf, boolean disableIndex)TripleBetaConstraints(org.drools.base.rule.constraint.BetaNodeFieldConstraint[] constraints, RuleBaseConfiguration conf)TripleBetaConstraints(org.drools.base.rule.constraint.BetaNodeFieldConstraint[] constraints, RuleBaseConfiguration conf, boolean disableIndexing) -
Uses of RuleBaseConfiguration in org.drools.core.impl
Methods in org.drools.core.impl that return RuleBaseConfiguration Modifier and Type Method Description RuleBaseConfigurationInternalRuleBase. getRuleBaseConfiguration()RuleBaseConfigurationKnowledgeBaseImpl. 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
Methods in org.drools.core.reteoo.builder with parameters of type RuleBaseConfiguration Modifier and Type Method Description DefaultBetaConstraintsBetaNodeConstraintFactory. createDefaultBetaConstraints(org.drools.base.rule.constraint.BetaNodeFieldConstraint[] constraints, RuleBaseConfiguration conf, boolean disableIndexing)DefaultBetaConstraintsBetaNodeConstraintFactoryImpl. createDefaultBetaConstraints(org.drools.base.rule.constraint.BetaNodeFieldConstraint[] constraints, RuleBaseConfiguration conf, boolean disableIndexing)DoubleBetaConstraintsBetaNodeConstraintFactory. createDoubleBetaConstraints(org.drools.base.rule.constraint.BetaNodeFieldConstraint[] constraints, RuleBaseConfiguration conf, boolean disableIndexing)DoubleBetaConstraintsBetaNodeConstraintFactoryImpl. createDoubleBetaConstraints(org.drools.base.rule.constraint.BetaNodeFieldConstraint[] constraints, RuleBaseConfiguration conf, boolean disableIndexing)QuadroupleBetaConstraintsBetaNodeConstraintFactory. createQuadroupleBetaConstraints(org.drools.base.rule.constraint.BetaNodeFieldConstraint[] constraints, RuleBaseConfiguration conf, boolean disableIndexing)QuadroupleBetaConstraintsBetaNodeConstraintFactoryImpl. createQuadroupleBetaConstraints(org.drools.base.rule.constraint.BetaNodeFieldConstraint[] constraints, RuleBaseConfiguration conf, boolean disableIndexing)SingleBetaConstraintsBetaNodeConstraintFactory. createSingleBetaConstraints(org.drools.base.rule.constraint.BetaNodeFieldConstraint constraint, RuleBaseConfiguration conf, boolean disableIndex)SingleBetaConstraintsBetaNodeConstraintFactoryImpl. createSingleBetaConstraints(org.drools.base.rule.constraint.BetaNodeFieldConstraint constraint, RuleBaseConfiguration conf, boolean disableIndex)TripleBetaConstraintsBetaNodeConstraintFactory. createTripleBetaConstraints(org.drools.base.rule.constraint.BetaNodeFieldConstraint[] constraints, RuleBaseConfiguration conf, boolean disableIndexing)TripleBetaConstraintsBetaNodeConstraintFactoryImpl. createTripleBetaConstraints(org.drools.base.rule.constraint.BetaNodeFieldConstraint[] constraints, RuleBaseConfiguration conf, boolean disableIndexing) -
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 BetaMemoryIndexFactory. createBetaMemory(RuleBaseConfiguration config, short nodeType, org.drools.base.rule.constraint.BetaNodeFieldConstraint... constraints)
-