Uses of Class
org.drools.base.rule.NamedConsequence
Packages that use NamedConsequence
Package
Description
Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.
-
Uses of NamedConsequence in org.drools.base.rule
Methods in org.drools.base.rule that return NamedConsequenceModifier and TypeMethodDescriptionNamedConsequence.clone()There is not reason to clone this object since it is stateless.ConditionalBranch.getNamedConsequence()Constructors in org.drools.base.rule with parameters of type NamedConsequenceModifierConstructorDescriptionConditionalBranch(EvalCondition condition, NamedConsequence consequence, ConditionalBranch elseBranch)