|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Consequence | |
---|---|
org.drools.event | |
org.drools.rule | Rule assembly components. |
org.drools.semantics.annotation.model | |
org.drools.semantics.groovy | Groovy Semantic Module. |
org.drools.semantics.java | Java Semantic Module. |
org.drools.semantics.python | Python Semantic Module. |
org.drools.smf | Semantics Management Framework. |
Uses of Consequence in org.drools.event |
---|
Methods in org.drools.event that return Consequence | |
---|---|
Consequence |
ActivationFiredEvent.getConsequence()
|
Consequence |
ActivationCreatedEvent.getConsequence()
|
Consequence |
ActivationCancelledEvent.getConsequence()
|
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 with parameters of type 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.semantics.annotation.model |
---|
Classes in org.drools.semantics.annotation.model that implement Consequence | |
---|---|
(package private) class |
PojoConsequence
|
Uses of Consequence in org.drools.semantics.groovy |
---|
Classes in org.drools.semantics.groovy that implement Consequence | |
---|---|
class |
GroovyBlockConsequence
Groovy block semantics Consequence . |
Methods in org.drools.semantics.groovy that return Consequence | |
---|---|
Consequence |
GroovyBlockConsequenceFactory.newConsequence(Rule rule,
RuleBaseContext context,
Configuration config)
|
Uses of Consequence in org.drools.semantics.java |
---|
Classes in org.drools.semantics.java that implement Consequence | |
---|---|
class |
JavaBlockConsequence
Java block semantics Consequence . |
Methods in org.drools.semantics.java that return Consequence | |
---|---|
Consequence |
JavaBlockConsequenceFactory.newConsequence(Rule rule,
RuleBaseContext context,
Configuration config)
|
Uses of Consequence in org.drools.semantics.python |
---|
Classes in org.drools.semantics.python that implement Consequence | |
---|---|
class |
PythonBlockConsequence
Python block semantics Consequence . |
Methods in org.drools.semantics.python that return Consequence | |
---|---|
Consequence |
PythonBlockConsequenceFactory.newConsequence(Rule rule,
RuleBaseContext context,
Configuration config)
|
Uses of Consequence in org.drools.smf |
---|
Methods in org.drools.smf that return Consequence | |
---|---|
Consequence |
ConsequenceFactory.newConsequence(Rule rule,
RuleBaseContext context,
Configuration config)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |