|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InternalWorkingMemory | |
---|---|
org.drools.common | |
org.drools.reteoo | |
org.drools.reteoo.builder | |
org.drools.rule | Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements. |
org.drools.spi |
Uses of InternalWorkingMemory in org.drools.common |
---|
Subinterfaces of InternalWorkingMemory in org.drools.common | |
---|---|
interface |
InternalWorkingMemoryActions
|
Classes in org.drools.common that implement InternalWorkingMemory | |
---|---|
class |
AbstractWorkingMemory
Implementation of WorkingMemory . |
Methods in org.drools.common that return InternalWorkingMemory | |
---|---|
InternalWorkingMemory[] |
AbstractRuleBase.getWorkingMemories()
|
Methods in org.drools.common with parameters of type InternalWorkingMemory | |
---|---|
abstract void |
BaseNode.attach(InternalWorkingMemory[] workingMemories)
|
void |
WorkingMemoryAction.execute(InternalWorkingMemory workingMemory)
|
void |
TruthMaintenanceSystem.LogicalRetractCallback.execute(InternalWorkingMemory workingMemory)
|
void |
RuleFlowGroupImpl.DeactivateCallback.execute(InternalWorkingMemory workingMemory)
|
abstract void |
BaseNode.remove(BaseNode node,
InternalWorkingMemory[] workingMemories)
Removes the node from teh network. |
void |
RuleFlowGroupImpl.removeActivation(Activation activation,
InternalWorkingMemory workingMemory)
|
void |
InternalRuleFlowGroup.removeActivation(Activation activation,
InternalWorkingMemory workingMemory)
|
void |
TupleStartEqualsConstraint.TupleStartEqualsConstraintContextEntry.updateFromFactHandle(InternalWorkingMemory workingMemory,
InternalFactHandle handle)
|
void |
TripleBetaConstraints.updateFromFactHandle(InternalWorkingMemory workingMemory,
InternalFactHandle handle)
|
void |
SingleBetaConstraints.updateFromFactHandle(InternalWorkingMemory workingMemory,
InternalFactHandle handle)
|
void |
QuadroupleBetaConstraints.updateFromFactHandle(InternalWorkingMemory workingMemory,
InternalFactHandle handle)
|
void |
InstanceNotEqualsConstraint.InstanceNotEqualsConstraintContextEntry.updateFromFactHandle(InternalWorkingMemory workingMemory,
InternalFactHandle handle)
|
void |
InstanceEqualsConstraint.InstanceEqualsConstraintContextEntry.updateFromFactHandle(InternalWorkingMemory workingMemory,
InternalFactHandle handle)
|
void |
EmptyBetaConstraints.updateFromFactHandle(InternalWorkingMemory workingMemory,
InternalFactHandle handle)
|
void |
DoubleBetaConstraints.updateFromFactHandle(InternalWorkingMemory workingMemory,
InternalFactHandle handle)
|
void |
DefaultBetaConstraints.updateFromFactHandle(InternalWorkingMemory workingMemory,
InternalFactHandle handle)
|
void |
BetaConstraints.updateFromFactHandle(InternalWorkingMemory workingMemory,
InternalFactHandle handle)
|
void |
TupleStartEqualsConstraint.TupleStartEqualsConstraintContextEntry.updateFromTuple(InternalWorkingMemory workingMemory,
ReteTuple tuple)
|
void |
TripleBetaConstraints.updateFromTuple(InternalWorkingMemory workingMemory,
ReteTuple tuple)
|
void |
SingleBetaConstraints.updateFromTuple(InternalWorkingMemory workingMemory,
ReteTuple tuple)
|
void |
QuadroupleBetaConstraints.updateFromTuple(InternalWorkingMemory workingMemory,
ReteTuple tuple)
|
void |
InstanceNotEqualsConstraint.InstanceNotEqualsConstraintContextEntry.updateFromTuple(InternalWorkingMemory workingMemory,
ReteTuple tuple)
|
void |
InstanceEqualsConstraint.InstanceEqualsConstraintContextEntry.updateFromTuple(InternalWorkingMemory workingMemory,
ReteTuple tuple)
|
void |
EmptyBetaConstraints.updateFromTuple(InternalWorkingMemory workingMemory,
ReteTuple tuple)
|
void |
DoubleBetaConstraints.updateFromTuple(InternalWorkingMemory workingMemory,
ReteTuple tuple)
|
void |
DefaultBetaConstraints.updateFromTuple(InternalWorkingMemory workingMemory,
ReteTuple tuple)
|
void |
BetaConstraints.updateFromTuple(InternalWorkingMemory workingMemory,
ReteTuple tuple)
|
Constructors in org.drools.common with parameters of type InternalWorkingMemory | |
---|---|
DefaultAgenda(InternalWorkingMemory workingMemory)
Construct. |
Uses of InternalWorkingMemory in org.drools.reteoo |
---|
Classes in org.drools.reteoo that implement InternalWorkingMemory | |
---|---|
class |
ReteooStatefulSession
|
class |
ReteooWorkingMemory
Implementation of WorkingMemory . |
Methods in org.drools.reteoo with parameters of type InternalWorkingMemory | |
---|---|
void |
Rete.assertObject(InternalFactHandle handle,
PropagationContext context,
InternalWorkingMemory workingMemory)
This is the entry point into the network for all asserted Facts. |
void |
ObjectTypeNode.assertObject(InternalFactHandle handle,
PropagationContext context,
InternalWorkingMemory workingMemory)
Propagate the FactHandleimpl through the Rete network. |
void |
ObjectSink.assertObject(InternalFactHandle handle,
PropagationContext context,
InternalWorkingMemory workingMemory)
Assert a new FactHandleImpl . |
void |
NotNode.assertObject(InternalFactHandle handle,
PropagationContext context,
InternalWorkingMemory workingMemory)
Assert a new FactHandleImpl from the right input. |
void |
LeftInputAdapterNode.assertObject(InternalFactHandle handle,
PropagationContext context,
InternalWorkingMemory workingMemory)
Takes the asserted FactHandleImpl received from the ObjectSource and puts it
in a new ReteTuple before propagating to the TupleSinks |
void |
JoinNode.assertObject(InternalFactHandle handle,
PropagationContext context,
InternalWorkingMemory workingMemory)
Assert a new FactHandleImpl . |
void |
ExistsNode.assertObject(InternalFactHandle handle,
PropagationContext context,
InternalWorkingMemory workingMemory)
Assert a new FactHandleImpl from the right input. |
void |
CollectNode.assertObject(InternalFactHandle handle,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
AlphaNode.assertObject(InternalFactHandle handle,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
AccumulateNode.assertObject(InternalFactHandle handle,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
TupleSink.assertTuple(ReteTuple tuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
Assert a new ReteTuple . |
void |
RuleTerminalNode.assertTuple(ReteTuple tuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
RightInputAdapterNode.assertTuple(ReteTuple tuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
Takes the asserted ReteTuple received from the TupleSource and
adapts it into a FactHandleImpl |
void |
QueryTerminalNode.assertTuple(ReteTuple tuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
Assert a new Tuple . |
void |
NotNode.assertTuple(ReteTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
Assert a new ReteTuple from the left input. |
void |
JoinNode.assertTuple(ReteTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
Assert a new ReteTuple . |
void |
FromNode.assertTuple(ReteTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
ExistsNode.assertTuple(ReteTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
Assert a new ReteTuple from the left input. |
void |
EvalConditionNode.assertTuple(ReteTuple tuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
Assert a new Tuple . |
void |
CollectNode.assertTuple(ReteTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
AccumulateNode.assertTuple(ReteTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
RuleTerminalNode.assertTuple(ReteTuple tuple,
PropagationContext context,
InternalWorkingMemory workingMemory,
boolean fireActivationCreated)
Assert a new Tuple . |
void |
RuleTerminalNode.attach(InternalWorkingMemory[] workingMemories)
|
void |
RightInputAdapterNode.attach(InternalWorkingMemory[] workingMemories)
|
void |
Rete.attach(InternalWorkingMemory[] workingMemories)
|
void |
QueryTerminalNode.attach(InternalWorkingMemory[] workingMemories)
|
void |
ObjectTypeNode.attach(InternalWorkingMemory[] workingMemories)
|
void |
LeftInputAdapterNode.attach(InternalWorkingMemory[] workingMemories)
|
void |
FromNode.attach(InternalWorkingMemory[] workingMemories)
|
void |
EvalConditionNode.attach(InternalWorkingMemory[] workingMemories)
|
void |
AlphaNode.attach(InternalWorkingMemory[] workingMemories)
|
void |
TupleSinkPropagator.createAndPropagateAssertTuple(InternalFactHandle handle,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
SingleTupleSinkAdapter.createAndPropagateAssertTuple(InternalFactHandle handle,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
EmptyTupleSinkAdapter.createAndPropagateAssertTuple(InternalFactHandle handle,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
CompositeTupleSinkAdapter.createAndPropagateAssertTuple(InternalFactHandle handle,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
TupleSinkPropagator.createAndPropagateRetractTuple(InternalFactHandle handle,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
SingleTupleSinkAdapter.createAndPropagateRetractTuple(InternalFactHandle handle,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
EmptyTupleSinkAdapter.createAndPropagateRetractTuple(InternalFactHandle handle,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
CompositeTupleSinkAdapter.createAndPropagateRetractTuple(InternalFactHandle handle,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
ReteooWorkingMemory.WorkingMemoryReteAssertAction.execute(InternalWorkingMemory workingMemory)
|
void |
SingleObjectSinkAdapter.propagateAssertObject(InternalFactHandle handle,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
ObjectSinkPropagator.propagateAssertObject(InternalFactHandle handle,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
EmptyObjectSinkAdapter.propagateAssertObject(InternalFactHandle handle,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
CompositeObjectSinkAdapter.propagateAssertObject(InternalFactHandle handle,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
TupleSinkPropagator.propagateAssertTuple(ReteTuple tuple,
InternalFactHandle handle,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
SingleTupleSinkAdapter.propagateAssertTuple(ReteTuple tuple,
InternalFactHandle handle,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
EmptyTupleSinkAdapter.propagateAssertTuple(ReteTuple tuple,
InternalFactHandle handle,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
CompositeTupleSinkAdapter.propagateAssertTuple(ReteTuple tuple,
InternalFactHandle handle,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
TupleSinkPropagator.propagateAssertTuple(ReteTuple tuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
SingleTupleSinkAdapter.propagateAssertTuple(ReteTuple tuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
EmptyTupleSinkAdapter.propagateAssertTuple(ReteTuple tuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
CompositeTupleSinkAdapter.propagateAssertTuple(ReteTuple tuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
SingleObjectSinkAdapter.propagateRetractObject(InternalFactHandle handle,
PropagationContext context,
InternalWorkingMemory workingMemory,
boolean useHash)
|
void |
ObjectSinkPropagator.propagateRetractObject(InternalFactHandle handle,
PropagationContext context,
InternalWorkingMemory workingMemory,
boolean useHash)
|
void |
EmptyObjectSinkAdapter.propagateRetractObject(InternalFactHandle handle,
PropagationContext context,
InternalWorkingMemory workingMemory,
boolean useHash)
|
void |
CompositeObjectSinkAdapter.propagateRetractObject(InternalFactHandle handle,
PropagationContext context,
InternalWorkingMemory workingMemory,
boolean useHash)
|
void |
TupleSinkPropagator.propagateRetractTuple(ReteTuple tuple,
InternalFactHandle handle,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
SingleTupleSinkAdapter.propagateRetractTuple(ReteTuple tuple,
InternalFactHandle handle,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
EmptyTupleSinkAdapter.propagateRetractTuple(ReteTuple tuple,
InternalFactHandle handle,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
CompositeTupleSinkAdapter.propagateRetractTuple(ReteTuple tuple,
InternalFactHandle handle,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
TupleSinkPropagator.propagateRetractTuple(ReteTuple tuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
SingleTupleSinkAdapter.propagateRetractTuple(ReteTuple tuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
EmptyTupleSinkAdapter.propagateRetractTuple(ReteTuple tuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
CompositeTupleSinkAdapter.propagateRetractTuple(ReteTuple tuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
RuleTerminalNode.remove(BaseNode node,
InternalWorkingMemory[] workingMemories)
|
void |
RightInputAdapterNode.remove(BaseNode node,
InternalWorkingMemory[] workingMemories)
|
void |
Rete.remove(BaseNode node,
InternalWorkingMemory[] workingMemories)
|
void |
QueryTerminalNode.remove(BaseNode node,
InternalWorkingMemory[] workingMemories)
|
void |
ObjectTypeNode.remove(BaseNode node,
InternalWorkingMemory[] workingMemories)
|
void |
LeftInputAdapterNode.remove(BaseNode node,
InternalWorkingMemory[] workingMemories)
|
void |
FromNode.remove(BaseNode node,
InternalWorkingMemory[] workingMemories)
|
void |
EvalConditionNode.remove(BaseNode node,
InternalWorkingMemory[] workingMemories)
|
void |
AlphaNode.remove(BaseNode node,
InternalWorkingMemory[] workingMemories)
|
void |
Rete.retractObject(InternalFactHandle handle,
PropagationContext context,
InternalWorkingMemory workingMemory)
Retract a fact object from this RuleBase and the specified
WorkingMemory . |
void |
ObjectTypeNode.retractObject(InternalFactHandle handle,
PropagationContext context,
InternalWorkingMemory workingMemory)
Retract the FactHandleimpl from the Rete network. |
void |
ObjectSink.retractObject(InternalFactHandle handle,
PropagationContext context,
InternalWorkingMemory workingMemory)
Retract an existing FactHandleImpl . |
void |
NotNode.retractObject(InternalFactHandle handle,
PropagationContext context,
InternalWorkingMemory workingMemory)
Retract the FactHandleImpl . |
void |
LeftInputAdapterNode.retractObject(InternalFactHandle handle,
PropagationContext context,
InternalWorkingMemory workingMemory)
Retract an existing FactHandleImpl by placing it in a new ReteTuple before
proagating to the TupleSinks |
void |
JoinNode.retractObject(InternalFactHandle handle,
PropagationContext context,
InternalWorkingMemory workingMemory)
Retract a FactHandleImpl. |
void |
ExistsNode.retractObject(InternalFactHandle handle,
PropagationContext context,
InternalWorkingMemory workingMemory)
Retract the FactHandleImpl . |
void |
CollectNode.retractObject(InternalFactHandle handle,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
AlphaNode.retractObject(InternalFactHandle handle,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
AccumulateNode.retractObject(InternalFactHandle handle,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
TupleSink.retractTuple(ReteTuple tuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
RuleTerminalNode.retractTuple(ReteTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
RightInputAdapterNode.retractTuple(ReteTuple tuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
Retracts the corresponding tuple by retrieving and retracting the fact created for it |
void |
QueryTerminalNode.retractTuple(ReteTuple tuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
NotNode.retractTuple(ReteTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
Retract the ReteTuple |
void |
JoinNode.retractTuple(ReteTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
Retract a ReteTuple . |
void |
FromNode.retractTuple(ReteTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
ExistsNode.retractTuple(ReteTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
Retract the ReteTuple |
void |
EvalConditionNode.retractTuple(ReteTuple tuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
CollectNode.retractTuple(ReteTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
AccumulateNode.retractTuple(ReteTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
QueryTerminalNode.updateNewNode(InternalWorkingMemory workingMemory,
PropagationContext context)
|
void |
RightInputAdapterNode.updateSink(ObjectSink sink,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
Rete.updateSink(ObjectSink sink,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
ObjectTypeNode.updateSink(ObjectSink sink,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
abstract void |
ObjectSource.updateSink(ObjectSink sink,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
AlphaNode.updateSink(ObjectSink sink,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
abstract void |
TupleSource.updateSink(TupleSink sink,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
NotNode.updateSink(TupleSink sink,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
LeftInputAdapterNode.updateSink(TupleSink sink,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
JoinNode.updateSink(TupleSink sink,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
FromNode.updateSink(TupleSink sink,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
ExistsNode.updateSink(TupleSink sink,
PropagationContext context,
InternalWorkingMemory workingMemory)
Updates the given sink propagating all previously propagated tuples to it |
void |
EvalConditionNode.updateSink(TupleSink sink,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
CollectNode.updateSink(TupleSink sink,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
AccumulateNode.updateSink(TupleSink sink,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
Constructors in org.drools.reteoo with parameters of type InternalWorkingMemory | |
---|---|
MemoryVisitor(InternalWorkingMemory workingMemory)
Constructor. |
Uses of InternalWorkingMemory in org.drools.reteoo.builder |
---|
Methods in org.drools.reteoo.builder that return InternalWorkingMemory | |
---|---|
InternalWorkingMemory[] |
BuildContext.getWorkingMemories()
Return the array of working memories associated with the given rulebase. |
Uses of InternalWorkingMemory in org.drools.rule |
---|
Fields in org.drools.rule declared as InternalWorkingMemory | |
---|---|
InternalWorkingMemory |
ReturnValueRestriction.ReturnValueContextEntry.workingMemory
|
InternalWorkingMemory |
PredicateConstraint.PredicateContextEntry.workingMemory
|
Methods in org.drools.rule that return InternalWorkingMemory | |
---|---|
InternalWorkingMemory |
ReturnValueRestriction.ReturnValueContextEntry.getWorkingMemory()
|
Methods in org.drools.rule with parameters of type InternalWorkingMemory | |
---|---|
boolean |
VariableRestriction.isAllowed(Extractor extractor,
Object object,
InternalWorkingMemory workingMemoiry)
|
boolean |
ReturnValueRestriction.isAllowed(Extractor extractor,
Object object,
InternalWorkingMemory workingMemoiry)
|
boolean |
OrCompositeRestriction.isAllowed(Extractor extractor,
Object object,
InternalWorkingMemory workingMemory)
|
boolean |
LiteralRestriction.isAllowed(Extractor extractor,
Object object,
InternalWorkingMemory workingMemoiry)
|
boolean |
AndCompositeRestriction.isAllowed(Extractor extractor,
Object object,
InternalWorkingMemory workingMemory)
|
boolean |
VariableConstraint.isAllowed(Object object,
InternalWorkingMemory workingMemory)
|
boolean |
ReturnValueConstraint.isAllowed(Object object,
InternalWorkingMemory workingMemory)
|
boolean |
PredicateConstraint.isAllowed(Object object,
InternalWorkingMemory workingMemory)
|
boolean |
MultiRestrictionFieldConstraint.isAllowed(Object object,
InternalWorkingMemory workingMemory)
|
boolean |
LiteralConstraint.isAllowed(Object object,
InternalWorkingMemory workingMemory)
|
void |
VariableRestriction.ObjectVariableContextEntry.updateFromFactHandle(InternalWorkingMemory workingMemory,
InternalFactHandle handle)
|
void |
VariableRestriction.LongVariableContextEntry.updateFromFactHandle(InternalWorkingMemory workingMemory,
InternalFactHandle handle)
|
void |
VariableRestriction.DoubleVariableContextEntry.updateFromFactHandle(InternalWorkingMemory workingMemory,
InternalFactHandle handle)
|
void |
VariableRestriction.BooleanVariableContextEntry.updateFromFactHandle(InternalWorkingMemory workingMemory,
InternalFactHandle handle)
|
void |
ReturnValueRestriction.ReturnValueContextEntry.updateFromFactHandle(InternalWorkingMemory workingMemory,
InternalFactHandle handle)
|
void |
PredicateConstraint.PredicateContextEntry.updateFromFactHandle(InternalWorkingMemory workingMemory,
InternalFactHandle handle)
|
void |
ContextEntry.updateFromFactHandle(InternalWorkingMemory workingMemory,
InternalFactHandle handle)
|
void |
AbstractCompositeRestriction.CompositeContextEntry.updateFromFactHandle(InternalWorkingMemory workingMemory,
InternalFactHandle handle)
|
void |
VariableRestriction.ObjectVariableContextEntry.updateFromTuple(InternalWorkingMemory workingMemory,
ReteTuple tuple)
|
void |
VariableRestriction.LongVariableContextEntry.updateFromTuple(InternalWorkingMemory workingMemory,
ReteTuple tuple)
|
void |
VariableRestriction.DoubleVariableContextEntry.updateFromTuple(InternalWorkingMemory workingMemory,
ReteTuple tuple)
|
void |
VariableRestriction.BooleanVariableContextEntry.updateFromTuple(InternalWorkingMemory workingMemory,
ReteTuple tuple)
|
void |
ReturnValueRestriction.ReturnValueContextEntry.updateFromTuple(InternalWorkingMemory workingMemory,
ReteTuple tuple)
|
void |
PredicateConstraint.PredicateContextEntry.updateFromTuple(InternalWorkingMemory workingMemory,
ReteTuple tuple)
|
void |
ContextEntry.updateFromTuple(InternalWorkingMemory workingMemory,
ReteTuple tuple)
|
void |
AbstractCompositeRestriction.CompositeContextEntry.updateFromTuple(InternalWorkingMemory workingMemory,
ReteTuple tuple)
|
Uses of InternalWorkingMemory in org.drools.spi |
---|
Methods in org.drools.spi with parameters of type InternalWorkingMemory | |
---|---|
boolean |
Restriction.isAllowed(Extractor extractor,
Object object,
InternalWorkingMemory workingMemory)
|
boolean |
AlphaNodeFieldConstraint.isAllowed(Object object,
InternalWorkingMemory workingMemory)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |