Uses of Interface
org.drools.base.rule.consequence.Consequence
Packages that use Consequence
-
Uses of Consequence in org.drools.base.definitions.rule.impl
Methods in org.drools.base.definitions.rule.impl that return ConsequenceModifier and TypeMethodDescriptionRuleImpl.getConsequence()Retrieve theConsequenceassociated with thisRule.RuleImpl.getNamedConsequence(String consequenceName) Methods in org.drools.base.definitions.rule.impl with parameters of type ConsequenceModifier and TypeMethodDescriptionvoidRuleImpl.addNamedConsequence(String name, Consequence consequence) voidRuleImpl.setConsequence(Consequence consequence) Set theConsequencethat is associated with the successful match of this rule.