|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReteooWorkingMemory | |
---|---|
org.drools.common | |
org.drools.reteoo |
Uses of ReteooWorkingMemory in org.drools.common |
---|
Methods in org.drools.common with parameters of type ReteooWorkingMemory | |
---|---|
void |
InternalRuleBase.assertObject(FactHandle handle,
Object object,
PropagationContext context,
ReteooWorkingMemory workingMemory)
Assert a fact object. |
void |
InternalRuleBase.retractObject(FactHandle handle,
PropagationContext context,
ReteooWorkingMemory workingMemory)
Retract a fact object. |
Uses of ReteooWorkingMemory in org.drools.reteoo |
---|
Subclasses of ReteooWorkingMemory in org.drools.reteoo | |
---|---|
class |
ReteooStatefulSession
|
Methods in org.drools.reteoo with parameters of type ReteooWorkingMemory | |
---|---|
void |
ReteooRuleBase.assertObject(FactHandle handle,
Object object,
PropagationContext context,
ReteooWorkingMemory workingMemory)
Assert a fact object. |
void |
ReteooRuleBase.retractObject(FactHandle handle,
PropagationContext context,
ReteooWorkingMemory workingMemory)
Retract a fact object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |