|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Consequence | |
|---|---|
| org.drools.base.mvel | |
| org.drools.rule | Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements. |
| org.drools.rule.builder.dialect.asm | |
| Uses of Consequence in org.drools.base.mvel |
|---|
| Classes in org.drools.base.mvel that implement Consequence | |
|---|---|
class |
MVELConsequence
|
| Uses of Consequence in org.drools.rule |
|---|
| Methods in org.drools.rule that return Consequence | |
|---|---|
Consequence |
Rule.getConsequence()
Retrieve the Consequence associated with this
Rule. |
| Methods in org.drools.rule that return types with arguments of type Consequence | |
|---|---|
Map<String,Consequence> |
Rule.getNamedConsequences()
|
| Methods in org.drools.rule with parameters of type Consequence | |
|---|---|
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. |
| Uses of Consequence in org.drools.rule.builder.dialect.asm |
|---|
| Subinterfaces of Consequence in org.drools.rule.builder.dialect.asm | |
|---|---|
interface |
ConsequenceStub
|
| Methods in org.drools.rule.builder.dialect.asm with parameters of type Consequence | |
|---|---|
void |
ConsequenceStub.setConsequence(Consequence consequence)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||