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