|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FactException | |
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. |
org.drools.semantics.java | Java Semantic Module. |
org.drools.spi | Semantic Provider Interface for extending rule semantics. |
Uses of FactException in org.drools |
Subclasses of FactException in org.drools | |
class |
AssertionException
Indicates an error while asserting a new root fact object into a WorkingMemory . |
class |
RetractionException
Indicates an error while retracting a root fact object from a WorkingMemory . |
Methods in org.drools that throw FactException | |
void |
WorkingMemory.modifyObject(java.lang.Object object)
Modify a fact object in this working memory. |
void |
TransactionalWorkingMemory.modifyObject(java.lang.Object object)
Modify a fact object in this working memory. |
Uses of FactException in org.drools.reteoo |
Methods in org.drools.reteoo that throw FactException | |
void |
Rete.modifyObject(java.lang.Object object,
WorkingMemory workingMemory)
Modify a fact object in this RuleBase
and the specified WorkingMemory . |
Uses of FactException in org.drools.reteoo.impl |
Methods in org.drools.reteoo.impl that throw FactException | |
protected void |
TupleSourceImpl.propagateModifyTuples(java.lang.Object trigger,
org.drools.reteoo.impl.TupleSet newTuples,
WorkingMemory workingMemory)
Propagate the modification of Tuple s
to this node's TupleSink . |
void |
ConditionNodeImpl.modifyTuples(java.lang.Object trigger,
org.drools.reteoo.impl.TupleSet newTuples,
WorkingMemory workingMemory)
Modify tuples. |
void |
ReteImpl.modifyObject(java.lang.Object object,
WorkingMemory workingMemory)
Modify a fact object in this RuleBase
and the specified WorkingMemory . |
void |
ExtractionNodeImpl.modifyTuples(java.lang.Object trigger,
org.drools.reteoo.impl.TupleSet newTuples,
WorkingMemory workingMemory)
Modify tuples. |
void |
TupleSinkImpl.modifyTuples(java.lang.Object trigger,
org.drools.reteoo.impl.TupleSet newTuples,
WorkingMemory workingMemory)
Modify tuples. |
protected void |
JoinMemoryImpl.modifyLeftTuples(java.lang.Object trigger,
org.drools.reteoo.impl.TupleSet newTuples,
JoinNodeImpl joinNode,
WorkingMemory workingMemory)
Modify tuples on the left-side. |
protected void |
JoinMemoryImpl.modifyRightTuples(java.lang.Object trigger,
org.drools.reteoo.impl.TupleSet newTuples,
JoinNodeImpl joinNode,
WorkingMemory workingMemory)
Modify tuples on the right-side. |
protected void |
JoinMemoryImpl.modifyTuples(java.lang.Object trigger,
org.drools.reteoo.impl.TupleSet newTuples,
org.drools.reteoo.impl.TupleSet thisSideTuples,
org.drools.reteoo.impl.TupleSet thatSideTuples,
JoinNodeImpl joinNode,
WorkingMemory workingMemory)
Modify tuples |
Uses of FactException in org.drools.semantics.java |
Subclasses of FactException in org.drools.semantics.java | |
class |
NonBooleanExprException
Indicates an attempt to use a non-boolean expression in a condition. |
Uses of FactException in org.drools.spi |
Subclasses of FactException in org.drools.spi | |
class |
ActionInvokationException
Indicates an error during an Action invokation. |
class |
ConditionException
Indicates an error while applying a FilterCondition |
class |
ConsequenceException
Indicates an error during a Consequence invokation. |
class |
ExtractionException
Indicates an error while extracting a fact from a root fact object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |