Uses of Class
org.drools.RetractionException

Packages that use RetractionException
org.drools.reteoo Interfaces for the Rete-OO algorithm. 
 

Uses of RetractionException in org.drools.reteoo
 

Methods in org.drools.reteoo that throw RetractionException
 void JoinNodeInput.retractTuples(TupleKey key, WorkingMemoryImpl workingMemory)
          Retract tuples.
 void ConditionNode.retractTuples(TupleKey key, WorkingMemoryImpl workingMemory)
          Retract tuples.
(package private)  void ParameterNode.retractObject(FactHandle handle, WorkingMemoryImpl workingMemory)
          Retract a fact object from this RuleBase and the specified WorkingMemory.
 void TupleSink.retractTuples(TupleKey key, WorkingMemoryImpl workingMemory)
          Retract tuples.
protected  void TupleSource.propagateRetractTuples(TupleKey key, WorkingMemoryImpl workingMemory)
          Propagate the retration of a Tuple to this node's TupleSink.
 void JoinNode.retractTuples(TupleKey key, WorkingMemoryImpl workingMemory)
          Retract tuples.
 



Copyright © 2001-2004 The Codehaus. All Rights Reserved.