|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Condition | |
org.drools.reteoo | Interfaces for the Rete-OO algorithm. |
org.drools.reteoo.impl | Implementation of the Rete-OO algorithm. |
org.drools.rule | Rule assembly components. |
org.drools.semantics.java | Java Semantic Module. |
org.drools.smf | Semantics Management Framework. |
org.drools.tags.rule | Tag library for assembling rules. |
Uses of Condition in org.drools.reteoo |
Methods in org.drools.reteoo that return Condition | |
Condition |
ConditionNode.getCondition()
Retrieve the Condition associated
with this node. |
Methods in org.drools.reteoo with parameters of type Condition | |
protected TupleSourceImpl |
Builder.findMatchingTupleSourceForCondition(Condition condition,
java.util.Set sources)
Locate a TupleSource suitable for attaching
the Condition . |
protected boolean |
Builder.matches(Condition condition,
java.util.Set declarations)
Determine if a set of Declarations match those
required by a Condition . |
Uses of Condition in org.drools.reteoo.impl |
Methods in org.drools.reteoo.impl that return Condition | |
Condition |
ConditionNodeImpl.getCondition()
Retrieve the Condition associated
with this node. |
Constructors in org.drools.reteoo.impl with parameters of type Condition | |
ConditionNodeImpl(TupleSourceImpl tupleSource,
Condition condition)
Construct. |
Uses of Condition in org.drools.rule |
Methods in org.drools.rule with parameters of type Condition | |
void |
Rule.addCondition(Condition condition)
Add a Condition to this rule. |
Uses of Condition in org.drools.semantics.java |
Classes in org.drools.semantics.java that implement Condition | |
class |
ExprCondition
Java expression semantics Condition . |
Uses of Condition in org.drools.smf |
Subinterfaces of Condition in org.drools.smf | |
interface |
ConfigurableCondition
Configurable Condition . |
Uses of Condition in org.drools.tags.rule |
Methods in org.drools.tags.rule that return Condition | |
Condition |
ConditionTag.getCondition()
Retrieve the Condition . |
Methods in org.drools.tags.rule with parameters of type Condition | |
protected void |
ConditionTag.setCondition(Condition condition)
Set the Condition . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |