Uses of Interface
org.drools.base.RuleBase
-
Packages that use RuleBase Package Description org.drools.base.base org.drools.base.common org.drools.base.definitions org.drools.base.definitions.impl org.drools.base.reteoo org.drools.base.rule Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.org.drools.base.rule.constraint -
-
Uses of RuleBase in org.drools.base.base
Methods in org.drools.base.base that return RuleBase Modifier and Type Method Description RuleBaseValueResolver. getRuleBase() -
Uses of RuleBase in org.drools.base.common
Methods in org.drools.base.common that return RuleBase Modifier and Type Method Description RuleBaseDroolsObjectInput. getRuleBase()RuleBaseDroolsObjectInputStream. getRuleBase()Methods in org.drools.base.common with parameters of type RuleBase Modifier and Type Method Description voidDroolsObjectInput. 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 RuleBase Modifier and Type Method Description voidInternalKnowledgePackage. mergeTraitRegistry(RuleBase knowledgeBase) -
Uses of RuleBase in org.drools.base.definitions.impl
Methods in org.drools.base.definitions.impl with parameters of type RuleBase Modifier and Type Method Description voidKnowledgePackageImpl. mergeTraitRegistry(RuleBase knowledgeBase) -
Uses of RuleBase in org.drools.base.reteoo
Methods in org.drools.base.reteoo with parameters of type RuleBase Modifier and Type Method Description static java.util.List<java.lang.String>PropertySpecificUtil. getAccessibleProperties(RuleBase ruleBase, java.lang.Class<?> nodeClass)static java.util.List<java.lang.String>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 Modifier and Type Method Description java.util.List<java.lang.String>Pattern. getAccessibleProperties(RuleBase ruleBase) -
Uses of RuleBase in org.drools.base.rule.constraint
Methods in org.drools.base.rule.constraint with parameters of type RuleBase Modifier and Type Method Description default booleanConstraint. equals(java.lang.Object object, RuleBase kbase)
-