Uses of Class
org.drools.base.definitions.rule.impl.RuleImpl
Packages that use RuleImpl
Package
Description
Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.
-
Uses of RuleImpl in org.drools.base
Methods in org.drools.base that return RuleImplMethod parameters in org.drools.base with type arguments of type RuleImplModifier and TypeMethodDescriptionvoidRuleBase.addRules(Collection<RuleImpl> rules) voidRuleBase.removeRules(Collection<RuleImpl> rules) -
Uses of RuleImpl in org.drools.base.base
Methods in org.drools.base.base with parameters of type RuleImplModifier and TypeMethodDescriptionbooleanEnabledBoolean.getValue(BaseTuple tuple, Declaration[] declarations, RuleImpl rule, ValueResolver valueResolver) -
Uses of RuleImpl in org.drools.base.definitions
Methods in org.drools.base.definitions that return RuleImplMethods in org.drools.base.definitions that return types with arguments of type RuleImplModifier and TypeMethodDescriptionInternalKnowledgePackage.getRulesGeneratedFromResource(Resource resource) InternalKnowledgePackage.removeRulesGeneratedFromResource(Resource resource) Methods in org.drools.base.definitions with parameters of type RuleImpl -
Uses of RuleImpl in org.drools.base.definitions.impl
Fields in org.drools.base.definitions.impl with type parameters of type RuleImplModifier and TypeFieldDescriptionKnowledgePackageImpl.rulesSet of all rule-names in thisPackage.Methods in org.drools.base.definitions.impl that return RuleImplModifier and TypeMethodDescriptionRetrieve aRuleby name.Methods in org.drools.base.definitions.impl that return types with arguments of type RuleImplModifier and TypeMethodDescriptionKnowledgePackageImpl.getRulesGeneratedFromResource(Resource resource) KnowledgePackageImpl.removeRulesGeneratedFromResource(Resource resource) Methods in org.drools.base.definitions.impl with parameters of type RuleImplModifier and TypeMethodDescriptionvoidAdd aRuleto thisPackage.voidKnowledgePackageImpl.removeRule(RuleImpl rule) -
Uses of RuleImpl in org.drools.base.definitions.rule.impl
Subclasses of RuleImpl in org.drools.base.definitions.rule.implMethods in org.drools.base.definitions.rule.impl that return RuleImplModifier and TypeMethodDescriptionRuleImpl.getParent()RuleImpl.setAgendaGroup(String agendaGroup) RuleImpl.setPackage(String pkg) Methods in org.drools.base.definitions.rule.impl that return types with arguments of type RuleImplMethods in org.drools.base.definitions.rule.impl with parameters of type RuleImpl -
Uses of RuleImpl in org.drools.base.reteoo
Methods in org.drools.base.reteoo that return RuleImpl -
Uses of RuleImpl in org.drools.base.rule
Methods in org.drools.base.rule that return RuleImplModifier and TypeMethodDescriptionDuplicateRuleNameException.getConflictingRule()Retrieve the new conflictingRule.DuplicateRuleNameException.getOriginalRule()Retrieve the originalRulein thePackage.InvalidRuleException.getRule()Retrieve the invalidRule.Methods in org.drools.base.rule with parameters of type RuleImplModifier and TypeMethodDescriptionvoidDialectRuntimeData.removeRule(KnowledgePackageImpl pkg, RuleImpl rule) voidDialectRuntimeRegistry.removeRule(KnowledgePackageImpl pkg, RuleImpl rule) Constructors in org.drools.base.rule with parameters of type RuleImplModifierConstructorDescriptionDuplicateRuleNameException(Package pkg, RuleImpl originalRule, RuleImpl conflictingRule) DuplicateRuleNameException(Package pkg, RuleImpl originalRule, RuleImpl conflictingRule, Throwable cause) InvalidRuleException(String message, RuleImpl rule) InvalidRuleException(String message, RuleImpl rule, Throwable cause) InvalidRuleException(RuleImpl rule) Construct. -
Uses of RuleImpl in org.drools.base.rule.accessor
Methods in org.drools.base.rule.accessor with parameters of type RuleImplModifier and TypeMethodDescriptionbooleanDeclarationScopeResolver.getDeclarationClasses(RuleImpl rule) DeclarationScopeResolver.getDeclarations(RuleImpl rule) DeclarationScopeResolver.getDeclarations(RuleImpl rule, String consequenceName) Return all declarations scoped to the current RuleConditionElement in the build stackbooleanEnabled.getValue(BaseTuple tuple, Declaration[] declarations, RuleImpl rule, ValueResolver valueResolver) booleanDeclarationScopeResolver.isDuplicated(RuleImpl rule, String name, String type) void -
Uses of RuleImpl in org.drools.base.rule.consequence
Methods in org.drools.base.rule.consequence that return RuleImplConstructors in org.drools.base.rule.consequence with parameters of type RuleImplModifierConstructorDescriptionConsequenceException(String message, RuleImpl rule) Construct with a message.ConsequenceException(String message, RuleImpl rule, String info) ConsequenceException(Throwable rootCause, RuleImpl rule) Construct with a root cause.ConsequenceException(Throwable rootCause, RuleImpl rule, String info) Construct with a root cause.ConsequenceException(RuleImpl rule) -
Uses of RuleImpl in org.drools.base.ruleunit
Methods in org.drools.base.ruleunit with parameters of type RuleImplModifier and TypeMethodDescriptionRuleUnitDescriptionLoader.getDescription(RuleImpl rule) RuleUnitDescriptionRegistry.getDescription(RuleImpl rule)