Uses of Class
org.drools.RetractionException

Packages that use RetractionException
org.drools The main run-time API. 
org.drools.jsr94.rules   
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 WorkingMemory.retractObject(java.lang.Object object)
          Retract a fact object from this working memory.
 void TransactionalWorkingMemory.retractObject(java.lang.Object object)
          Retract a fact object from this working memory.
 

Uses of RetractionException in org.drools.jsr94.rules
 

Methods in org.drools.jsr94.rules that throw RetractionException
 void WorkingMemoryImpl.retractObject(java.lang.Object object)
          Retract a fact object from this working memory.
 void TransactionalWorkingMemoryImpl.retractObject(java.lang.Object object)
          Retract a fact object from this working memory.
 void JSR94WorkingMemory.retractObject(java.lang.Object object)
          Retract a fact object from this working memory.
 void JSR94TransactionalWorkingMemory.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
protected  void TupleSourceImpl.propagateRetractTuples(org.drools.reteoo.impl.TupleKey key, WorkingMemory workingMemory)
          Propagate the retration of a Tuple to this node's TupleSink.
 void JoinNodeImpl.retractTuples(org.drools.reteoo.impl.TupleKey key, WorkingMemory workingMemory)
          Retract tuples.
 void TupleSinkImpl.retractTuples(org.drools.reteoo.impl.TupleKey key, WorkingMemory workingMemory)
          Retract tuples.
 void ReteImpl.retractObject(java.lang.Object object, WorkingMemory workingMemory)
          Retract a fact object from this RuleBase and the specified WorkingMemory.
 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.
 



Copyright © 2001-2003 The Werken Company. All Rights Reserved.