Uses of Interface
org.drools.base.RuleBase
Packages that use RuleBase
Package
Description
Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.
-
Uses of RuleBase in org.drools.base.base
Methods in org.drools.base.base that return RuleBase -
Uses of RuleBase in org.drools.base.common
Methods in org.drools.base.common that return RuleBaseModifier and TypeMethodDescriptionDroolsObjectInput.getRuleBase()DroolsObjectInputStream.getRuleBase()Methods in org.drools.base.common with parameters of type RuleBaseModifier and TypeMethodDescriptionvoidDroolsObjectInput.setRuleBase(RuleBase kBase) voidDroolsObjectInputStream.setRuleBase(RuleBase ruleBase) -
Uses of RuleBase in org.drools.base.definitions
Methods in org.drools.base.definitions with parameters of type RuleBaseModifier and TypeMethodDescriptionvoidInternalKnowledgePackage.mergeTraitRegistry(RuleBase knowledgeBase) -
Uses of RuleBase in org.drools.base.definitions.impl
Methods in org.drools.base.definitions.impl with parameters of type RuleBaseModifier and TypeMethodDescriptionvoidKnowledgePackageImpl.mergeTraitRegistry(RuleBase knowledgeBase) -
Uses of RuleBase in org.drools.base.reteoo
Methods in org.drools.base.reteoo with parameters of type RuleBaseModifier and TypeMethodDescriptionPropertySpecificUtil.getAccessibleProperties(RuleBase ruleBase, Class<?> nodeClass) PropertySpecificUtil.getAccessibleProperties(RuleBase ruleBase, ObjectType objectType) static booleanPropertySpecificUtil.isPropertyReactive(RuleBase ruleBase, ObjectType objectType) -
Uses of RuleBase in org.drools.base.rule
Methods in org.drools.base.rule with parameters of type RuleBase -
Uses of RuleBase in org.drools.base.rule.constraint
Methods in org.drools.base.rule.constraint with parameters of type RuleBase