Package | Description |
---|---|
org.drools.core.base.mvel | |
org.drools.core.common | |
org.drools.core.reteoo | |
org.drools.core.rule |
Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.
|
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 |
ScheduledAgendaItem.getConsequence() |
Consequence |
AgendaItem.getConsequence() |
Consequence |
AgendaItemImpl.getConsequence() |
Modifier and Type | Method and Description |
---|---|
Consequence |
RuleTerminalNodeLeftTuple.getConsequence() |
Modifier and Type | Class and Description |
---|---|
static class |
Rule.SafeConsequence |
Modifier and Type | Method and Description |
---|---|
Consequence |
Rule.getConsequence()
Retrieve the
Consequence associated with this
Rule . |
Consequence |
Rule.getNamedConsequence(String consequenceName) |
Modifier and Type | Method and Description |
---|---|
Map<String,Consequence> |
Rule.getNamedConsequences() |
Modifier and Type | Method and Description |
---|---|
void |
Rule.addNamedConsequence(String name,
Consequence consequence) |
void |
Rule.setConsequence(Consequence consequence)
Set the
Consequence that is associated with the successful
match of this rule. |
Constructor and Description |
---|
Rule.SafeConsequence(Consequence delegate) |
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-2014 JBoss by Red Hat. All Rights Reserved.