Uses of Interface
org.drools.base.rule.consequence.Consequence
-
Packages that use Consequence Package Description org.drools.base.definitions.rule.impl -
-
Uses of Consequence in org.drools.base.definitions.rule.impl
Methods in org.drools.base.definitions.rule.impl that return Consequence Modifier and Type Method Description ConsequenceRuleImpl. getConsequence()Retrieve theConsequenceassociated with thisRule.ConsequenceRuleImpl. getNamedConsequence(java.lang.String consequenceName)Methods in org.drools.base.definitions.rule.impl with parameters of type Consequence Modifier and Type Method Description voidRuleImpl. addNamedConsequence(java.lang.String name, Consequence consequence)voidRuleImpl. setConsequence(Consequence consequence)Set theConsequencethat is associated with the successful match of this rule.
-