|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RetractionException | |
org.drools | The main run-time API. |
org.drools.reteoo | Interfaces for the Rete-OO algorithm. |
org.drools.reteoo.impl | Implementation of the Rete-OO algorithm. |
Uses of RetractionException in org.drools |
Methods in org.drools that throw RetractionException | |
void |
TransactionalWorkingMemory.retractObject(java.lang.Object object)
Retract a fact object from this working memory. |
void |
WorkingMemory.retractObject(java.lang.Object object)
Retract a fact object from this working memory. |
Uses of RetractionException in org.drools.reteoo |
Methods in org.drools.reteoo that throw RetractionException | |
void |
Rete.retractObject(java.lang.Object object,
WorkingMemory workingMemory)
Retract a fact object from this RuleBase
and the specified WorkingMemory . |
Uses of RetractionException in org.drools.reteoo.impl |
Methods in org.drools.reteoo.impl that throw RetractionException | |
void |
JoinNodeImpl.retractTuples(org.drools.reteoo.impl.TupleKey key,
WorkingMemory workingMemory)
Retract tuples. |
void |
ExtractionNodeImpl.retractTuples(org.drools.reteoo.impl.TupleKey key,
WorkingMemory workingMemory)
Retract tuples. |
void |
ConditionNodeImpl.retractTuples(org.drools.reteoo.impl.TupleKey key,
WorkingMemory workingMemory)
Retract tuples. |
void |
TupleSinkImpl.retractTuples(org.drools.reteoo.impl.TupleKey key,
WorkingMemory workingMemory)
Retract tuples. |
protected void |
TupleSourceImpl.propagateRetractTuples(org.drools.reteoo.impl.TupleKey key,
WorkingMemory workingMemory)
Propagate the retration of a Tuple
to this node's TupleSink . |
void |
ReteImpl.retractObject(java.lang.Object object,
WorkingMemory workingMemory)
Retract a fact object from this RuleBase
and the specified WorkingMemory . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |