Package | Description |
---|---|
org.drools.core.base.mvel | |
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 |
Modifier and Type | Class and Description |
---|---|
class |
MVELConsequence |
Modifier and Type | Method and Description |
---|---|
Consequence |
VisitedAgendaGroup.getConsequence() |
Consequence |
AgendaItemImpl.getConsequence() |
Modifier and Type | Class and Description |
---|---|
static class |
RuleImpl.SafeConsequence |
Modifier and Type | Method and Description |
---|---|
Consequence |
RuleImpl.getConsequence()
Retrieve the
Consequence associated with this
Rule . |
Consequence |
RuleImpl.getNamedConsequence(String consequenceName) |
Modifier and Type | Method and Description |
---|---|
Map<String,Consequence> |
RuleImpl.getNamedConsequences() |
Modifier and Type | Method and Description |
---|---|
void |
RuleImpl.addNamedConsequence(String name,
Consequence consequence) |
void |
RuleImpl.setConsequence(Consequence consequence)
Set the
Consequence that is associated with the successful
match of this rule. |
Constructor and Description |
---|
SafeConsequence(Consequence delegate) |
Modifier and Type | Method and Description |
---|---|
Consequence |
RuleTerminalNodeLeftTuple.getConsequence() |
Modifier and Type | Interface and Description |
---|---|
interface |
ConsequenceStub |
Modifier and Type | Method and Description |
---|---|
void |
ConsequenceStub.setConsequence(Consequence consequence) |
Modifier and Type | Method and Description |
---|---|
Consequence |
Activation.getConsequence() |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.