Uses of Class
org.drools.AssertionException

Packages that use AssertionException
org.drools.reteoo Interfaces for the Rete-OO algorithm. 
org.drools.semantics.java Java Semantic Module. 
org.drools.spi Semantic Provider Interface for extending rule semantics. 
 

Uses of AssertionException in org.drools.reteoo
 

Methods in org.drools.reteoo that throw AssertionException
 void TerminalNode.assertTuple(ReteTuple tuple, WorkingMemoryImpl workingMemory)
          Assert a new Tuple.
 void JoinNodeInput.assertTuple(ReteTuple tuple, WorkingMemoryImpl workingMemory)
          Assert a new Tuple.
 void ConditionNode.assertTuple(ReteTuple tuple, WorkingMemoryImpl workingMemory)
          Assert a new Tuple.
(package private)  void ParameterNode.assertObject(FactHandle handle, Object object, WorkingMemoryImpl workingMemory)
          Assert a new fact object into this RuleBase and the specified WorkingMemory.
 void TupleSink.assertTuple(ReteTuple tuple, WorkingMemoryImpl workingMemory)
          Assert a new Tuple.
protected  void TupleSource.propagateAssertTuple(ReteTuple tuple, WorkingMemoryImpl workingMemory)
          Propagate the assertion of a Tuple to this node's TupleSink.
(package private)  void JoinNode.assertLeftTuple(ReteTuple tuple, WorkingMemoryImpl workingMemory)
          Assert a new Tuple from the left input.
(package private)  void JoinNode.assertRightTuple(ReteTuple tuple, WorkingMemoryImpl workingMemory)
          Assert a new Tuple from the right input.
 

Uses of AssertionException in org.drools.semantics.java
 

Subclasses of AssertionException in org.drools.semantics.java
 class NonBooleanExprException
          Indicates an attempt to use a non-boolean expression in a condition.
 

Uses of AssertionException in org.drools.spi
 

Subclasses of AssertionException in org.drools.spi
 class ConditionException
          Indicates an error while applying a FilterCondition.
 class ConsequenceException
          Indicates an error during a Consequence invokation.
 



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