Uses of Interface
org.drools.core.spi.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.builder.dialect.asm org.drools.core.spi -
-
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.builder.dialect.asm
Subinterfaces of Consequence in org.drools.core.rule.builder.dialect.asm Modifier and Type Interface Description interfaceConsequenceStubMethods in org.drools.core.rule.builder.dialect.asm with parameters of type Consequence Modifier and Type Method Description voidConsequenceStub. setConsequence(Consequence consequence) -
Uses of Consequence in org.drools.core.spi
Classes in org.drools.core.spi that implement Consequence Modifier and Type Class Description static classConsequence.SafeConsequenceMethods in org.drools.core.spi that return Consequence Modifier and Type Method Description ConsequenceActivation. getConsequence()Methods in org.drools.core.spi with parameters of type Consequence Modifier and Type Method Description static booleanConsequence. isCompiledInvoker(Consequence consequence)Constructors in org.drools.core.spi with parameters of type Consequence Constructor Description SafeConsequence(Consequence delegate)
-