|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LeftTuple | |
|---|---|
| org.drools.base | |
| org.drools.base.mvel | |
| org.drools.common | |
| org.drools.core.util | |
| org.drools.core.util.index | |
| org.drools.marshalling.impl | |
| org.drools.reteoo | |
| org.drools.rule | Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements. |
| org.drools.rule.builder.dialect.asm | |
| org.drools.rule.constraint | |
| org.drools.runtime.rule.impl | |
| org.drools.spi | |
| Uses of LeftTuple in org.drools.base |
|---|
| Methods in org.drools.base with parameters of type LeftTuple | |
|---|---|
void |
NonCloningQueryViewListener.rowAdded(Rule rule,
LeftTuple tuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
InternalViewChangedEventListener.rowAdded(Rule rule,
LeftTuple tuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
StandardQueryViewChangedEventListener.rowAdded(Rule rule,
LeftTuple tuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
NonCloningQueryViewListener.rowRemoved(Rule rule,
LeftTuple tuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
InternalViewChangedEventListener.rowRemoved(Rule rule,
LeftTuple tuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
StandardQueryViewChangedEventListener.rowRemoved(Rule rule,
LeftTuple tuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
NonCloningQueryViewListener.rowUpdated(Rule rule,
LeftTuple tuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
InternalViewChangedEventListener.rowUpdated(Rule rule,
LeftTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
StandardQueryViewChangedEventListener.rowUpdated(Rule rule,
LeftTuple tuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
| Uses of LeftTuple in org.drools.base.mvel |
|---|
| Methods in org.drools.base.mvel with parameters of type LeftTuple | |
|---|---|
org.mvel2.integration.VariableResolverFactory |
MVELCompilationUnit.getFactory(Object knowledgeHelper,
Declaration[] prevDecl,
org.drools.definition.rule.Rule rule,
Object rightObject,
LeftTuple tuples,
Object[] otherVars,
InternalWorkingMemory workingMemory,
GlobalResolver globals)
|
void |
MVELCompilationUnit.updateFactory(Object knowledgeHelper,
Declaration[] prevDecl,
org.drools.definition.rule.Rule rule,
Object rightObject,
LeftTuple tuples,
Object[] otherVars,
InternalWorkingMemory workingMemory,
GlobalResolver globals,
org.mvel2.integration.VariableResolverFactory factory)
|
void |
MVELCompilationUnit.updateFactory(Object knowledgeHelper,
org.drools.definition.rule.Rule rule,
Object rightObject,
LeftTuple leftTuple,
Object[] localVars,
InternalWorkingMemory workingMemory,
GlobalResolver globalResolver,
org.mvel2.integration.VariableResolverFactory factory)
|
| Uses of LeftTuple in org.drools.common |
|---|
| Fields in org.drools.common declared as LeftTuple | |
|---|---|
LeftTuple |
TupleStartEqualsConstraint.TupleStartEqualsConstraintContextEntry.left
|
LeftTuple |
TupleStartEqualsConstraint.TupleStartEqualsConstraintContextEntry.right
|
| Methods in org.drools.common that return LeftTuple | |
|---|---|
LeftTuple |
InternalFactHandle.getFirstLeftTuple()
|
LeftTuple |
DisconnectedFactHandle.getFirstLeftTuple()
|
LeftTuple |
QueryElementFactHandle.getFirstLeftTuple()
|
LeftTuple |
DefaultFactHandle.getFirstLeftTuple()
|
LeftTuple |
LeftTupleIterator.getFirstLeftTuple(LeftTupleSource source,
LeftTupleSink sink,
InternalWorkingMemory wm)
|
LeftTuple |
InternalFactHandle.getLastLeftTuple()
|
LeftTuple |
DisconnectedFactHandle.getLastLeftTuple()
|
LeftTuple |
QueryElementFactHandle.getLastLeftTuple()
|
LeftTuple |
DefaultFactHandle.getLastLeftTuple()
|
LeftTuple |
PropagationContextImpl.getLeftTupleOrigin()
|
LeftTuple |
LeftTupleIterator.getNextLeftTuple(LeftTupleSource source,
LeftTupleSink sink,
LeftTuple leftTuple,
InternalWorkingMemory wm)
|
LeftTuple |
AgendaItem.getTuple()
Retrieve the tuple. |
| Methods in org.drools.common with parameters of type LeftTuple | |
|---|---|
void |
DefaultFactHandle.addFirstLeftTuple(LeftTuple leftTuple)
|
void |
InternalFactHandle.addLastLeftTuple(LeftTuple leftTuple)
|
void |
DisconnectedFactHandle.addLastLeftTuple(LeftTuple leftTuple)
|
void |
QueryElementFactHandle.addLastLeftTuple(LeftTuple leftTuple)
|
void |
DefaultFactHandle.addLastLeftTuple(LeftTuple leftTuple)
|
void |
DefaultAgenda.cancelActivation(LeftTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory,
Activation activation,
RuleTerminalNode rtn)
|
void |
InternalAgenda.cancelActivation(LeftTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory,
Activation activation,
RuleTerminalNode rtn)
|
boolean |
DefaultAgenda.createActivation(LeftTuple tuple,
PropagationContext context,
InternalWorkingMemory workingMemory,
RuleTerminalNode rtn,
boolean reuseActivation)
|
boolean |
InternalAgenda.createActivation(LeftTuple tuple,
PropagationContext context,
InternalWorkingMemory workingMemory,
RuleTerminalNode rtn,
boolean reuseActivation)
|
AgendaItem |
DefaultAgenda.createAgendaItem(LeftTuple tuple,
int salience,
PropagationContext context,
RuleTerminalNode rtn)
|
AgendaItem |
InternalAgenda.createAgendaItem(LeftTuple tuple,
int salience,
PropagationContext context,
RuleTerminalNode rtn)
|
boolean |
DefaultAgenda.createPostponedActivation(LeftTuple tuple,
PropagationContext context,
InternalWorkingMemory workingMemory,
RuleTerminalNode rtn)
|
ScheduledAgendaItem |
DefaultAgenda.createScheduledAgendaItem(LeftTuple tuple,
PropagationContext context,
RuleTerminalNode rtn)
|
ScheduledAgendaItem |
InternalAgenda.createScheduledAgendaItem(LeftTuple tuple,
PropagationContext context,
RuleTerminalNode rtn)
|
LeftTuple |
LeftTupleIterator.getNextLeftTuple(LeftTupleSource source,
LeftTupleSink sink,
LeftTuple leftTuple,
InternalWorkingMemory wm)
|
boolean |
EmptyBetaConstraints.isAllowedCachedRight(ContextEntry[] context,
LeftTuple tuple)
|
boolean |
SingleNonIndexSkipBetaConstraints.isAllowedCachedRight(ContextEntry[] context,
LeftTuple tuple)
|
boolean |
TripleNonIndexSkipBetaConstraints.isAllowedCachedRight(ContextEntry[] context,
LeftTuple tuple)
|
boolean |
QuadroupleNonIndexSkipBetaConstraints.isAllowedCachedRight(ContextEntry[] context,
LeftTuple tuple)
|
boolean |
DefaultBetaConstraints.isAllowedCachedRight(ContextEntry[] context,
LeftTuple tuple)
|
boolean |
BetaConstraints.isAllowedCachedRight(ContextEntry[] context,
LeftTuple tuple)
|
boolean |
DoubleNonIndexSkipBetaConstraints.isAllowedCachedRight(ContextEntry[] context,
LeftTuple tuple)
|
boolean |
DoubleBetaConstraints.isAllowedCachedRight(ContextEntry[] context,
LeftTuple tuple)
|
boolean |
TripleBetaConstraints.isAllowedCachedRight(ContextEntry[] context,
LeftTuple tuple)
|
boolean |
SingleBetaConstraints.isAllowedCachedRight(ContextEntry[] context,
LeftTuple tuple)
|
boolean |
QuadroupleBetaConstraints.isAllowedCachedRight(ContextEntry[] context,
LeftTuple tuple)
|
boolean |
TupleStartEqualsConstraint.isAllowedCachedRight(LeftTuple tuple,
ContextEntry context)
|
boolean |
InstanceNotEqualsConstraint.isAllowedCachedRight(LeftTuple tuple,
ContextEntry context)
|
boolean |
InstanceEqualsConstraint.isAllowedCachedRight(LeftTuple tuple,
ContextEntry context)
|
void |
InternalFactHandle.removeLeftTuple(LeftTuple leftTuple)
|
void |
DisconnectedFactHandle.removeLeftTuple(LeftTuple leftTuple)
|
void |
QueryElementFactHandle.removeLeftTuple(LeftTuple leftTuple)
|
void |
DefaultFactHandle.removeLeftTuple(LeftTuple leftTuple)
|
void |
DisconnectedFactHandle.setFirstLeftTuple(LeftTuple leftTuple)
|
void |
QueryElementFactHandle.setFirstLeftTuple(LeftTuple leftTuple)
|
protected void |
DefaultFactHandle.setFirstLeftTuple(LeftTuple firstLeftTuple)
|
protected void |
DefaultFactHandle.setLastLeftTuple(LeftTuple lastLeftTuple)
|
void |
EmptyBetaConstraints.updateFromTuple(ContextEntry[] context,
InternalWorkingMemory workingMemory,
LeftTuple tuple)
|
void |
SingleNonIndexSkipBetaConstraints.updateFromTuple(ContextEntry[] context,
InternalWorkingMemory workingMemory,
LeftTuple tuple)
|
void |
TripleNonIndexSkipBetaConstraints.updateFromTuple(ContextEntry[] context,
InternalWorkingMemory workingMemory,
LeftTuple tuple)
|
void |
QuadroupleNonIndexSkipBetaConstraints.updateFromTuple(ContextEntry[] context,
InternalWorkingMemory workingMemory,
LeftTuple tuple)
|
void |
DefaultBetaConstraints.updateFromTuple(ContextEntry[] context,
InternalWorkingMemory workingMemory,
LeftTuple tuple)
|
void |
BetaConstraints.updateFromTuple(ContextEntry[] context,
InternalWorkingMemory workingMemory,
LeftTuple tuple)
|
void |
DoubleNonIndexSkipBetaConstraints.updateFromTuple(ContextEntry[] context,
InternalWorkingMemory workingMemory,
LeftTuple tuple)
|
void |
DoubleBetaConstraints.updateFromTuple(ContextEntry[] context,
InternalWorkingMemory workingMemory,
LeftTuple tuple)
|
void |
TripleBetaConstraints.updateFromTuple(ContextEntry[] context,
InternalWorkingMemory workingMemory,
LeftTuple tuple)
|
void |
SingleBetaConstraints.updateFromTuple(ContextEntry[] context,
InternalWorkingMemory workingMemory,
LeftTuple tuple)
|
void |
QuadroupleBetaConstraints.updateFromTuple(ContextEntry[] context,
InternalWorkingMemory workingMemory,
LeftTuple tuple)
|
void |
TupleStartEqualsConstraint.TupleStartEqualsConstraintContextEntry.updateFromTuple(InternalWorkingMemory workingMemory,
LeftTuple tuple)
|
void |
InstanceNotEqualsConstraint.InstanceNotEqualsConstraintContextEntry.updateFromTuple(InternalWorkingMemory workingMemory,
LeftTuple tuple)
|
void |
InstanceEqualsConstraint.InstanceEqualsConstraintContextEntry.updateFromTuple(InternalWorkingMemory workingMemory,
LeftTuple tuple)
|
| Constructors in org.drools.common with parameters of type LeftTuple | |
|---|---|
AgendaItem(long activationNumber,
LeftTuple tuple,
int salience,
PropagationContext context,
RuleTerminalNode rtn)
Construct. |
|
PropagationContextImpl(long number,
int type,
Rule rule,
LeftTuple leftTuple,
InternalFactHandle factHandle)
|
|
PropagationContextImpl(long number,
int type,
Rule rule,
LeftTuple leftTuple,
InternalFactHandle factHandle,
int activeActivations,
int dormantActivations,
EntryPoint entryPoint)
|
|
PropagationContextImpl(long number,
int type,
Rule rule,
LeftTuple leftTuple,
InternalFactHandle factHandle,
int activeActivations,
int dormantActivations,
EntryPoint entryPoint,
long modificationMask)
|
|
PropagationContextImpl(long number,
int type,
Rule rule,
LeftTuple leftTuple,
InternalFactHandle factHandle,
int activeActivations,
int dormantActivations,
EntryPoint entryPoint,
long modificationMask,
MarshallerReaderContext readerContext)
|
|
PropagationContextImpl(long number,
int type,
Rule rule,
LeftTuple leftTuple,
InternalFactHandle factHandle,
int activeActivations,
int dormantActivations,
EntryPoint entryPoint,
MarshallerReaderContext readerContext)
|
|
ScheduledAgendaItem(long activationNumber,
LeftTuple tuple,
InternalAgenda agenda,
PropagationContext context,
RuleTerminalNode rtn)
|
|
| Uses of LeftTuple in org.drools.core.util |
|---|
| Methods in org.drools.core.util with parameters of type LeftTuple | |
|---|---|
boolean |
AbstractHashTable.Index.equal(LeftTuple tuple1,
LeftTuple tuple2)
|
boolean |
AbstractHashTable.SingleIndex.equal(LeftTuple tuple1,
LeftTuple tuple2)
|
boolean |
AbstractHashTable.DoubleCompositeIndex.equal(LeftTuple tuple1,
LeftTuple tuple2)
|
boolean |
AbstractHashTable.TripleCompositeIndex.equal(LeftTuple tuple1,
LeftTuple tuple2)
|
boolean |
AbstractHashTable.Index.equal(Object object,
LeftTuple tuple)
|
boolean |
AbstractHashTable.SingleIndex.equal(Object right,
LeftTuple tuple)
|
boolean |
AbstractHashTable.DoubleCompositeIndex.equal(Object right,
LeftTuple tuple)
|
boolean |
AbstractHashTable.TripleCompositeIndex.equal(Object right,
LeftTuple tuple)
|
RightTupleList |
ConcurrentHashTable.get(LeftTuple tuple,
InternalFactHandle factHandle)
|
int |
AbstractHashTable.Index.hashCodeOf(LeftTuple tuple)
|
int |
AbstractHashTable.SingleIndex.hashCodeOf(LeftTuple tuple)
|
int |
AbstractHashTable.DoubleCompositeIndex.hashCodeOf(LeftTuple tuple)
|
int |
AbstractHashTable.TripleCompositeIndex.hashCodeOf(LeftTuple tuple)
|
| Uses of LeftTuple in org.drools.core.util.index |
|---|
| Fields in org.drools.core.util.index declared as LeftTuple | |
|---|---|
LeftTuple |
LeftTupleList.first
|
LeftTuple |
LeftTupleList.last
|
| Methods in org.drools.core.util.index that return LeftTuple | |
|---|---|
LeftTuple |
LeftTupleList.getFirst()
|
LeftTuple |
LeftTupleIndexHashTable.getFirst(LeftTuple leftTuple)
|
LeftTuple |
LeftTupleIndexRangeRBTree.getFirst(RightTuple rightTuple)
|
LeftTuple |
LeftTupleIndexRBTree.getFirst(RightTuple rightTuple)
|
LeftTuple |
LeftTupleList.getFirst(RightTuple rightTuple)
|
LeftTuple |
LeftTupleIndexHashTable.getFirst(RightTuple rightTuple)
|
LeftTuple[] |
LeftTupleList.toArray()
|
LeftTuple[] |
LeftTupleIndexHashTable.toArray()
|
| Methods in org.drools.core.util.index with parameters of type LeftTuple | |
|---|---|
void |
LeftTupleIndexRangeRBTree.add(LeftTuple leftTuple)
|
void |
LeftTupleIndexRBTree.add(LeftTuple tuple)
|
void |
LeftTupleList.add(LeftTuple leftTuple)
|
void |
LeftTupleIndexHashTable.add(LeftTuple tuple)
|
boolean |
LeftTupleIndexRangeRBTree.contains(LeftTuple leftTuple)
|
boolean |
LeftTupleIndexRBTree.contains(LeftTuple leftTuple)
|
boolean |
LeftTupleList.contains(LeftTuple leftTuple)
|
boolean |
LeftTupleIndexHashTable.contains(LeftTuple tuple)
|
FastIterator |
LeftTupleIndexRangeRBTree.fullFastIterator(LeftTuple leftTuple)
|
FastIterator |
LeftTupleIndexRBTree.fullFastIterator(LeftTuple leftTuple)
|
FastIterator |
LeftTupleList.fullFastIterator(LeftTuple leftTuple)
|
FastIterator |
LeftTupleIndexHashTable.fullFastIterator(LeftTuple leftTuple)
|
Object |
LeftTupleList.get(LeftTuple leftTtuple)
|
RightTupleList |
RightTupleIndexHashTable.get(LeftTuple tuple,
InternalFactHandle factHandle)
|
LeftTuple |
LeftTupleIndexHashTable.getFirst(LeftTuple leftTuple)
|
RightTuple |
ConcurrentRightTupleList.getFirst(LeftTuple leftTuple,
InternalFactHandle factHandle,
FastIterator rightTupleIterator)
|
RightTuple |
RightTupleIndexHashTable.getFirst(LeftTuple leftTuple,
InternalFactHandle factHandle,
FastIterator rightTupleIterator)
|
RightTuple |
RightTupleIndexRangeRBTree.getFirst(LeftTuple leftTuple,
InternalFactHandle factHandle,
FastIterator rightTupleIterator)
|
RightTuple |
RightTupleIndexRBTree.getFirst(LeftTuple tuple,
InternalFactHandle factHandle,
FastIterator rightTupleIterator)
|
RightTuple |
RightTupleList.getFirst(LeftTuple leftTuple,
InternalFactHandle factHandle,
FastIterator rightTupleIterator)
|
RightTuple |
ConcurrentRightTupleList.getLast(LeftTuple leftTuple)
|
void |
LeftTupleList.insertAfter(LeftTuple leftTuple,
LeftTuple previous)
|
void |
LeftTupleList.insertBefore(LeftTuple leftTuple,
LeftTuple next)
|
boolean |
ConcurrentRightTupleList.matches(LeftTuple tuple,
int tupleHashCode)
|
boolean |
LeftTupleList.matches(LeftTuple tuple,
int tupleHashCode)
|
boolean |
RightTupleList.matches(LeftTuple tuple,
int tupleHashCode,
InternalFactHandle factHandle)
|
void |
LeftTupleIndexRangeRBTree.remove(LeftTuple tuple)
|
void |
LeftTupleIndexRBTree.remove(LeftTuple tuple)
|
void |
LeftTupleList.remove(LeftTuple leftTuple)
|
void |
LeftTupleIndexHashTable.remove(LeftTuple leftTuple)
|
void |
LeftTupleIndexRangeRBTree.removeAdd(LeftTuple tuple)
|
void |
LeftTupleIndexRBTree.removeAdd(LeftTuple tuple)
|
void |
LeftTupleList.removeAdd(LeftTuple tuple)
|
void |
LeftTupleIndexHashTable.removeAdd(LeftTuple leftTuple)
|
void |
LeftTupleList.TupleHashTableIterator.reset(LeftTuple first)
|
void |
RightTupleIndexRangeRBTree.RightTupleBoundedFastIterator.setUpperBound(LeftTuple leftTuple)
|
| Uses of LeftTuple in org.drools.marshalling.impl |
|---|
| Fields in org.drools.marshalling.impl with type parameters of type LeftTuple | |
|---|---|
Map<Integer,LeftTuple> |
MarshallerReaderContext.terminalTupleMap
|
Map<LeftTuple,Integer> |
MarshallerWriteContext.terminalTupleMap
|
| Methods in org.drools.marshalling.impl that return types with arguments of type LeftTuple | |
|---|---|
Map<ProtobufInputMarshaller.ActivationKey,LeftTuple> |
ProtobufInputMarshaller.PBActivationsFilter.getTuplesCache()
|
| Methods in org.drools.marshalling.impl with parameters of type LeftTuple | |
|---|---|
static ProtobufMessages.Activation |
PersisterHelper.createActivation(String packageName,
String ruleName,
LeftTuple tuple)
|
static ProtobufInputMarshaller.ActivationKey |
PersisterHelper.createActivationKey(String pkgName,
String ruleName,
LeftTuple leftTuple)
|
static ProtobufMessages.Tuple |
PersisterHelper.createTuple(LeftTuple leftTuple)
|
static int[] |
PersisterHelper.createTupleArray(LeftTuple leftTuple)
|
static ProtobufInputMarshaller.TupleKey |
PersisterHelper.createTupleKey(LeftTuple leftTuple)
|
static void |
InputMarshaller.readLeftTuple(LeftTuple parentLeftTuple,
MarshallerReaderContext context)
|
static void |
OutputMarshaller.writeActivation(MarshallerWriteContext context,
LeftTuple leftTuple,
AgendaItem agendaItem,
RuleTerminalNode ruleTerminalNode)
|
static void |
OutputMarshaller.writeLeftTuple(LeftTuple leftTuple,
MarshallerWriteContext context,
boolean recurse)
|
| Method parameters in org.drools.marshalling.impl with type arguments of type LeftTuple | |
|---|---|
int |
OutputMarshaller.TupleSorter.compare(Map.Entry<LeftTuple,Integer> e1,
Map.Entry<LeftTuple,Integer> e2)
|
int |
OutputMarshaller.TupleSorter.compare(Map.Entry<LeftTuple,Integer> e1,
Map.Entry<LeftTuple,Integer> e2)
|
| Uses of LeftTuple in org.drools.reteoo |
|---|
| Classes in org.drools.reteoo that implement LeftTuple | |
|---|---|
class |
BaseLeftTuple
A parent class for all specific LeftTuple specializations |
class |
EvalNodeLeftTuple
|
class |
FromNodeLeftTuple
|
class |
JoinNodeLeftTuple
|
class |
LeftTupleImpl
|
class |
NotNodeLeftTuple
|
class |
QueryElementNodeLeftTuple
|
class |
QueryRiaFixerNodeLeftTuple
|
class |
RuleTerminalNodeLeftTuple
|
| Fields in org.drools.reteoo declared as LeftTuple | |
|---|---|
LeftTuple |
RightTuple.firstChild
|
LeftTuple |
RightTuple.lastChild
|
protected LeftTuple |
PartitionTaskManager.LeftTupleAction.leftTuple
|
| Methods in org.drools.reteoo that return LeftTuple | |
|---|---|
LeftTuple |
ExistsNode.createLeftTuple(InternalFactHandle factHandle,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
FromNode.createLeftTuple(InternalFactHandle factHandle,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
QueryRiaFixerNode.createLeftTuple(InternalFactHandle factHandle,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
EvalConditionNode.createLeftTuple(InternalFactHandle factHandle,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
LeftTupleSink.createLeftTuple(InternalFactHandle factHandle,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
NotNode.createLeftTuple(InternalFactHandle factHandle,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
RightInputAdapterNode.createLeftTuple(InternalFactHandle factHandle,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
JoinNode.createLeftTuple(InternalFactHandle factHandle,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
QueryTerminalNode.createLeftTuple(InternalFactHandle factHandle,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
QueryElementNode.createLeftTuple(InternalFactHandle factHandle,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
ConditionalBranchNode.createLeftTuple(InternalFactHandle factHandle,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
RuleTerminalNode.createLeftTuple(InternalFactHandle factHandle,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
ElseNode.createLeftTuple(InternalFactHandle factHandle,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
AccumulateNode.createLeftTuple(InternalFactHandle factHandle,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
ExistsNode.createLeftTuple(LeftTuple leftTuple,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
FromNode.createLeftTuple(LeftTuple leftTuple,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
QueryRiaFixerNode.createLeftTuple(LeftTuple leftTuple,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
EvalConditionNode.createLeftTuple(LeftTuple leftTuple,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
LeftTupleSink.createLeftTuple(LeftTuple leftTuple,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
NotNode.createLeftTuple(LeftTuple leftTuple,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
RightInputAdapterNode.createLeftTuple(LeftTuple leftTuple,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
JoinNode.createLeftTuple(LeftTuple leftTuple,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
QueryTerminalNode.createLeftTuple(LeftTuple leftTuple,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
QueryElementNode.createLeftTuple(LeftTuple leftTuple,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
ConditionalBranchNode.createLeftTuple(LeftTuple leftTuple,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
RuleTerminalNode.createLeftTuple(LeftTuple leftTuple,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
ElseNode.createLeftTuple(LeftTuple leftTuple,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
AccumulateNode.createLeftTuple(LeftTuple leftTuple,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
ExistsNode.createLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTuple currentLeftChild,
LeftTuple currentRightChild,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
FromNode.createLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTuple currentLeftChild,
LeftTuple currentRightChild,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
QueryRiaFixerNode.createLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTuple currentLeftChild,
LeftTuple currentRightChild,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
EvalConditionNode.createLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTuple currentLeftChild,
LeftTuple currentRightChild,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
LeftTupleSink.createLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTuple currentLeftChild,
LeftTuple currentRightChild,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
NotNode.createLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTuple currentLeftChild,
LeftTuple currentRightChild,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
RightInputAdapterNode.createLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTuple currentLeftChild,
LeftTuple currentRightChild,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
JoinNode.createLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTuple currentLeftChild,
LeftTuple currentRightChild,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
QueryTerminalNode.createLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTuple currentLeftChild,
LeftTuple currentRightChild,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
QueryElementNode.createLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTuple currentLeftChild,
LeftTuple currentRightChild,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
ConditionalBranchNode.createLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTuple currentLeftChild,
LeftTuple currentRightChild,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
RuleTerminalNode.createLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTuple currentLeftChild,
LeftTuple currentRightChild,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
ElseNode.createLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTuple currentLeftChild,
LeftTuple currentRightChild,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
AccumulateNode.createLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTuple currentLeftChild,
LeftTuple currentRightChild,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
ExistsNode.createLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTupleSink sink)
|
LeftTuple |
FromNode.createLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTupleSink sink)
|
LeftTuple |
QueryRiaFixerNode.createLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTupleSink sink)
|
LeftTuple |
EvalConditionNode.createLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTupleSink sink)
|
LeftTuple |
LeftTupleSink.createLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTupleSink sink)
|
LeftTuple |
NotNode.createLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTupleSink sink)
|
LeftTuple |
RightInputAdapterNode.createLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTupleSink sink)
|
LeftTuple |
JoinNode.createLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTupleSink sink)
|
LeftTuple |
QueryTerminalNode.createLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTupleSink sink)
|
LeftTuple |
QueryElementNode.createLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTupleSink sink)
|
LeftTuple |
ConditionalBranchNode.createLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTupleSink sink)
|
LeftTuple |
RuleTerminalNode.createLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTupleSink sink)
|
LeftTuple |
ElseNode.createLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTupleSink sink)
|
LeftTuple |
AccumulateNode.createLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTupleSink sink)
|
LeftTuple |
RightTuple.getBlocked()
|
LeftTuple |
LeftTupleImpl.getBlockedNext()
|
LeftTuple |
LeftTuple.getBlockedNext()
|
LeftTuple |
EvalNodeLeftTuple.getBlockedNext()
|
LeftTuple |
BaseLeftTuple.getBlockedNext()
|
LeftTuple |
NotNodeLeftTuple.getBlockedNext()
|
LeftTuple |
LeftTupleImpl.getBlockedPrevious()
|
LeftTuple |
LeftTuple.getBlockedPrevious()
|
LeftTuple |
EvalNodeLeftTuple.getBlockedPrevious()
|
LeftTuple |
BaseLeftTuple.getBlockedPrevious()
|
LeftTuple |
NotNodeLeftTuple.getBlockedPrevious()
|
LeftTuple |
LeftTupleMemory.getFirst(RightTuple rightTuple)
|
LeftTuple |
LeftTuple.getFirstChild()
|
LeftTuple |
BaseLeftTuple.getFirstChild()
|
static LeftTuple |
BetaNode.getFirstLeftTuple(LeftTupleMemory memory,
FastIterator it)
|
LeftTuple |
BetaNode.getFirstLeftTuple(RightTuple rightTuple,
LeftTupleMemory memory,
PropagationContext context,
FastIterator it)
|
LeftTuple |
LeftTuple.getLastChild()
|
LeftTuple |
BaseLeftTuple.getLastChild()
|
LeftTuple |
LeftTuple.getLeftParent()
|
LeftTuple |
BaseLeftTuple.getLeftParent()
|
LeftTuple |
LeftTuple.getLeftParentNext()
|
LeftTuple |
BaseLeftTuple.getLeftParentNext()
|
LeftTuple |
LeftTuple.getLeftParentPrevious()
|
LeftTuple |
BaseLeftTuple.getLeftParentPrevious()
|
LeftTuple |
RightTuple.getLeftTuple()
|
LeftTuple |
ReteooWorkingMemory.QueryResultInsertAction.getLeftTuple()
|
LeftTuple |
ReteooWorkingMemory.QueryResultRetractAction.getLeftTuple()
|
LeftTuple |
ReteooWorkingMemory.QueryResultUpdateAction.getLeftTuple()
|
LeftTuple |
QueryElementNode.UnificationNodeViewChangedEventListener.getLeftTuple()
|
LeftTuple |
LeftTuple.getParent()
|
LeftTuple |
BaseLeftTuple.getParent()
|
LeftTuple |
LeftTuple.getRightParentNext()
|
LeftTuple |
BaseLeftTuple.getRightParentNext()
|
LeftTuple |
LeftTuple.getRightParentPrevious()
|
LeftTuple |
BaseLeftTuple.getRightParentPrevious()
|
LeftTuple |
LeftTuple.getSubTuple(int elements)
Returns the ReteTuple that contains the "elements" first elements in this tuple. |
LeftTuple |
BaseLeftTuple.getSubTuple(int elements)
|
LeftTuple |
ModifyPreviousTuples.peekLeftTuple()
|
LeftTuple |
EmptyLeftTupleSinkAdapter.propagateModifyChildLeftTuple(LeftTuple childLeftTuple,
LeftTuple parentLeftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory,
boolean tupleMemoryEnabled)
|
LeftTuple |
CompositeLeftTupleSinkAdapter.propagateModifyChildLeftTuple(LeftTuple childLeftTuple,
LeftTuple parentLeftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory,
boolean tupleMemoryEnabled)
|
LeftTuple |
LeftTupleSinkPropagator.propagateModifyChildLeftTuple(LeftTuple childLeftTuple,
LeftTuple parentLeftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory,
boolean tupleMemoryEnabled)
|
LeftTuple |
SingleLeftTupleSinkAdapter.propagateModifyChildLeftTuple(LeftTuple childLeftTuple,
LeftTuple parentLeftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory,
boolean tupleMemoryEnabled)
|
LeftTuple |
EmptyLeftTupleSinkAdapter.propagateModifyChildLeftTuple(LeftTuple childLeftTuple,
RightTuple parentRightTuple,
PropagationContext context,
InternalWorkingMemory workingMemory,
boolean tupleMemoryEnabled)
|
LeftTuple |
CompositeLeftTupleSinkAdapter.propagateModifyChildLeftTuple(LeftTuple childLeftTuple,
RightTuple parentRightTuple,
PropagationContext context,
InternalWorkingMemory workingMemory,
boolean tupleMemoryEnabled)
|
LeftTuple |
LeftTupleSinkPropagator.propagateModifyChildLeftTuple(LeftTuple childLeftTuple,
RightTuple parentRightTuple,
PropagationContext context,
InternalWorkingMemory workingMemory,
boolean tupleMemoryEnabled)
|
LeftTuple |
SingleLeftTupleSinkAdapter.propagateModifyChildLeftTuple(LeftTuple childLeftTuple,
RightTuple parentRightTuple,
PropagationContext context,
InternalWorkingMemory workingMemory,
boolean tupleMemoryEnabled)
|
protected LeftTuple |
JoinNode.propagateOrModifyFromLeft(RightTuple rightTuple,
LeftTuple leftTuple,
LeftTuple childLeftTuple,
ContextEntry[] contextEntry,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
protected LeftTuple |
JoinNode.propagateOrModifyFromRight(RightTuple rightTuple,
LeftTuple leftTuple,
LeftTuple childLeftTuple,
BetaMemory memory,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
LeftTuple |
EmptyLeftTupleSinkAdapter.propagateRetractChildLeftTuple(LeftTuple childLeftTuple,
LeftTuple parentLeftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
LeftTuple |
CompositeLeftTupleSinkAdapter.propagateRetractChildLeftTuple(LeftTuple childLeftTuple,
LeftTuple parentLeftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
LeftTuple |
LeftTupleSinkPropagator.propagateRetractChildLeftTuple(LeftTuple childLeftTuple,
LeftTuple parentLeftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
LeftTuple |
SingleLeftTupleSinkAdapter.propagateRetractChildLeftTuple(LeftTuple childLeftTuple,
LeftTuple parentLeftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
LeftTuple |
EmptyLeftTupleSinkAdapter.propagateRetractChildLeftTuple(LeftTuple childLeftTuple,
RightTuple parentRightTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
LeftTuple |
CompositeLeftTupleSinkAdapter.propagateRetractChildLeftTuple(LeftTuple childLeftTuple,
RightTuple parentRightTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
LeftTuple |
LeftTupleSinkPropagator.propagateRetractChildLeftTuple(LeftTuple childLeftTuple,
RightTuple parentRightTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
LeftTuple |
SingleLeftTupleSinkAdapter.propagateRetractChildLeftTuple(LeftTuple childLeftTuple,
RightTuple parentRightTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
protected LeftTuple[] |
AccumulateNode.splitList(LeftTuple parent,
AccumulateNode.AccumulateContext accctx,
boolean isUpdatingSink)
|
| Methods in org.drools.reteoo with parameters of type LeftTuple | |
|---|---|
void |
LeftTupleMemory.add(LeftTuple tuple)
|
void |
RightTuple.addBlocked(LeftTuple leftTuple)
|
void |
ExistsNode.assertLeftTuple(LeftTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
Assert a new ReteTuple from the left input. |
void |
FromNode.assertLeftTuple(LeftTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
QueryRiaFixerNode.assertLeftTuple(LeftTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
Assert a new Tuple. |
void |
EvalConditionNode.assertLeftTuple(LeftTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
Assert a new Tuple. |
void |
LeftTupleSink.assertLeftTuple(LeftTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
Assert a new ReteTuple. |
void |
NotNode.assertLeftTuple(LeftTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
RightInputAdapterNode.assertLeftTuple(LeftTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
Takes the asserted ReteTuple received from the TupleSource and
adapts it into a FactHandleImpl |
void |
JoinNode.assertLeftTuple(LeftTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
QueryTerminalNode.assertLeftTuple(LeftTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
Assert a new Tuple. |
void |
QueryElementNode.assertLeftTuple(LeftTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
ConditionalBranchNode.assertLeftTuple(LeftTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
RuleTerminalNode.assertLeftTuple(LeftTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
ElseNode.assertLeftTuple(LeftTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
AccumulateNode.assertLeftTuple(LeftTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
protected void |
FromNode.checkConstraintsAndPropagate(LeftTuple leftTuple,
RightTuple rightTuple,
PropagationContext context,
InternalWorkingMemory workingMemory,
FromNode.FromMemory memory,
boolean useLeftMemory)
|
void |
RuleRemovalContext.CleanupAdapter.cleanUp(LeftTuple leftTuple,
InternalWorkingMemory workingMemory)
|
void |
RuleTerminalNode.RTNCleanupAdapter.cleanUp(LeftTuple leftTuple,
InternalWorkingMemory workingMemory)
|
boolean |
LeftTupleMemory.contains(LeftTuple leftTuple)
|
void |
EmptyLeftTupleSinkAdapter.createChildLeftTuplesforQuery(LeftTuple leftTuple,
RightTuple rightTuple,
boolean leftTupleMemoryEnabled)
|
void |
EmptyLeftTupleSinkAdapter.createChildLeftTuplesforQuery(LeftTuple leftTuple,
RightTuple rightTuple,
boolean leftTupleMemoryEnabled,
boolean linkRightTuple)
|
void |
CompositeLeftTupleSinkAdapter.createChildLeftTuplesforQuery(LeftTuple leftTuple,
RightTuple rightTuple,
boolean leftTupleMemoryEnabled,
boolean linkRightTuple)
|
void |
LeftTupleSinkPropagator.createChildLeftTuplesforQuery(LeftTuple leftTuple,
RightTuple rightTuple,
boolean leftTupleMemoryEnabled,
boolean linkRightTuple)
|
void |
SingleLeftTupleSinkAdapter.createChildLeftTuplesforQuery(LeftTuple leftTuple,
RightTuple rightTuple,
boolean leftTupleMemoryEnabled,
boolean linkRightTuple)
|
protected QueryElementNode.UnificationNodeViewChangedEventListener |
QueryElementNode.createCollector(LeftTuple leftTuple,
int[] varIndexes,
boolean tupleMemoryEnabled)
|
DroolsQuery |
QueryElementNode.createDroolsQuery(LeftTuple leftTuple,
InternalFactHandle handle,
InternalWorkingMemory workingMemory)
|
LeftTuple |
ExistsNode.createLeftTuple(LeftTuple leftTuple,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
FromNode.createLeftTuple(LeftTuple leftTuple,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
QueryRiaFixerNode.createLeftTuple(LeftTuple leftTuple,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
EvalConditionNode.createLeftTuple(LeftTuple leftTuple,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
LeftTupleSink.createLeftTuple(LeftTuple leftTuple,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
NotNode.createLeftTuple(LeftTuple leftTuple,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
RightInputAdapterNode.createLeftTuple(LeftTuple leftTuple,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
JoinNode.createLeftTuple(LeftTuple leftTuple,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
QueryTerminalNode.createLeftTuple(LeftTuple leftTuple,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
QueryElementNode.createLeftTuple(LeftTuple leftTuple,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
ConditionalBranchNode.createLeftTuple(LeftTuple leftTuple,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
RuleTerminalNode.createLeftTuple(LeftTuple leftTuple,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
ElseNode.createLeftTuple(LeftTuple leftTuple,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
AccumulateNode.createLeftTuple(LeftTuple leftTuple,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
ExistsNode.createLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTuple currentLeftChild,
LeftTuple currentRightChild,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
FromNode.createLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTuple currentLeftChild,
LeftTuple currentRightChild,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
QueryRiaFixerNode.createLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTuple currentLeftChild,
LeftTuple currentRightChild,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
EvalConditionNode.createLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTuple currentLeftChild,
LeftTuple currentRightChild,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
LeftTupleSink.createLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTuple currentLeftChild,
LeftTuple currentRightChild,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
NotNode.createLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTuple currentLeftChild,
LeftTuple currentRightChild,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
RightInputAdapterNode.createLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTuple currentLeftChild,
LeftTuple currentRightChild,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
JoinNode.createLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTuple currentLeftChild,
LeftTuple currentRightChild,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
QueryTerminalNode.createLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTuple currentLeftChild,
LeftTuple currentRightChild,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
QueryElementNode.createLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTuple currentLeftChild,
LeftTuple currentRightChild,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
ConditionalBranchNode.createLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTuple currentLeftChild,
LeftTuple currentRightChild,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
RuleTerminalNode.createLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTuple currentLeftChild,
LeftTuple currentRightChild,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
ElseNode.createLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTuple currentLeftChild,
LeftTuple currentRightChild,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
AccumulateNode.createLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTuple currentLeftChild,
LeftTuple currentRightChild,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTuple |
ExistsNode.createLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTupleSink sink)
|
LeftTuple |
FromNode.createLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTupleSink sink)
|
LeftTuple |
QueryRiaFixerNode.createLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTupleSink sink)
|
LeftTuple |
EvalConditionNode.createLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTupleSink sink)
|
LeftTuple |
LeftTupleSink.createLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTupleSink sink)
|
LeftTuple |
NotNode.createLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTupleSink sink)
|
LeftTuple |
RightInputAdapterNode.createLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTupleSink sink)
|
LeftTuple |
JoinNode.createLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTupleSink sink)
|
LeftTuple |
QueryTerminalNode.createLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTupleSink sink)
|
LeftTuple |
QueryElementNode.createLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTupleSink sink)
|
LeftTuple |
ConditionalBranchNode.createLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTupleSink sink)
|
LeftTuple |
RuleTerminalNode.createLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTupleSink sink)
|
LeftTuple |
ElseNode.createLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTupleSink sink)
|
LeftTuple |
AccumulateNode.createLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTupleSink sink)
|
protected RightTuple |
QueryElementNode.UnificationNodeViewChangedEventListener.createResultRightTuple(QueryElementFactHandle resultHandle,
LeftTuple resultLeftTuple,
boolean open)
|
protected RightTuple |
FromNode.createRightTuple(LeftTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory,
Object object)
|
protected void |
AsyncSingleLeftTupleSinkAdapter.doPropagateAssertLeftTuple(PropagationContext context,
InternalWorkingMemory workingMemory,
LeftTuple leftTuple)
|
protected void |
SingleLeftTupleSinkAdapter.doPropagateAssertLeftTuple(PropagationContext context,
InternalWorkingMemory workingMemory,
LeftTuple newLeftTuple)
This is a hook method that may be overriden by subclasses. |
void |
EmptyLeftTupleSinkAdapter.doPropagateAssertLeftTuple(PropagationContext context,
InternalWorkingMemory workingMemory,
LeftTuple leftTuple,
LeftTupleSink sink)
|
void |
CompositeLeftTupleSinkAdapter.doPropagateAssertLeftTuple(PropagationContext context,
InternalWorkingMemory workingMemory,
LeftTuple leftTuple,
LeftTupleSink sink)
|
void |
LeftTupleSinkPropagator.doPropagateAssertLeftTuple(PropagationContext context,
InternalWorkingMemory workingMemory,
LeftTuple leftTuple,
LeftTupleSink sink)
|
void |
SingleLeftTupleSinkAdapter.doPropagateAssertLeftTuple(PropagationContext context,
InternalWorkingMemory workingMemory,
LeftTuple leftTuple,
LeftTupleSink sink)
|
protected void |
CompositeLeftTupleSinkAdapter.doPropagateAssertLeftTuple(PropagationContext context,
InternalWorkingMemory workingMemory,
LeftTupleSinkNode sink,
LeftTuple leftTuple)
This is a hook method that may be overriden by subclasses. |
protected void |
AsyncCompositeLeftTupleSinkAdapter.doPropagateAssertLeftTuple(PropagationContext context,
InternalWorkingMemory workingMemory,
LeftTupleSinkNode sink,
LeftTuple leftTuple)
|
protected void |
CompositeLeftTupleSinkAdapter.doPropagateRetractLeftTuple(PropagationContext context,
InternalWorkingMemory workingMemory,
LeftTuple leftTuple,
LeftTupleSink sink)
This is a hook method that may be overriden by subclasses. |
protected void |
AsyncSingleLeftTupleSinkAdapter.doPropagateRetractLeftTuple(PropagationContext context,
InternalWorkingMemory workingMemory,
LeftTuple leftTuple,
LeftTupleSink tupleSink)
|
protected void |
SingleLeftTupleSinkAdapter.doPropagateRetractLeftTuple(PropagationContext context,
InternalWorkingMemory workingMemory,
LeftTuple child,
LeftTupleSink tupleSink)
This is a hook method that may be overriden by subclasses. |
boolean |
LeftTuple.equals(LeftTuple other)
We use this equals method to avoid the cast |
boolean |
BaseLeftTuple.equals(LeftTuple other)
|
void |
AccumulateNode.evaluateResultConstraints(AccumulateNode.ActivitySource source,
LeftTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory,
AccumulateNode.AccumulateMemory memory,
AccumulateNode.AccumulateContext accctx,
boolean useLeftMemory)
Evaluate result constraints and propagate assert in case they are true |
void |
TupleIterator.OnLeaf.execute(LeftTuple leafLeftTuple)
|
FastIterator |
LeftTupleMemory.fullFastIterator(LeftTuple leftTuple)
|
RightTuple |
RightTupleMemory.getFirst(LeftTuple leftTuple,
InternalFactHandle factHandle,
FastIterator rightTupleIterator)
The FactHandle is always the context fact and is necessary when the object being modified is in the both left and right node memories. |
RightTuple |
BetaNode.getFirstRightTuple(LeftTuple leftTuple,
RightTupleMemory memory,
PropagationContext context,
FastIterator it)
|
void |
ExistsNode.modifyLeftTuple(LeftTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
FromNode.modifyLeftTuple(LeftTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
QueryRiaFixerNode.modifyLeftTuple(LeftTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
EvalConditionNode.modifyLeftTuple(LeftTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
LeftTupleSink.modifyLeftTuple(LeftTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
NotNode.modifyLeftTuple(LeftTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
RightInputAdapterNode.modifyLeftTuple(LeftTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
JoinNode.modifyLeftTuple(LeftTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
QueryTerminalNode.modifyLeftTuple(LeftTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
QueryElementNode.modifyLeftTuple(LeftTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
ConditionalBranchNode.modifyLeftTuple(LeftTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
RuleTerminalNode.modifyLeftTuple(LeftTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
ElseNode.modifyLeftTuple(LeftTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
AccumulateNode.modifyLeftTuple(LeftTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
EmptyLeftTupleSinkAdapter.propagateAssertLeftTuple(LeftTuple tuple,
PropagationContext context,
InternalWorkingMemory workingMemory,
boolean leftTupleMemoryEnabled)
|
void |
CompositeLeftTupleSinkAdapter.propagateAssertLeftTuple(LeftTuple tuple,
PropagationContext context,
InternalWorkingMemory workingMemory,
boolean leftTupleMemoryEnabled)
|
void |
LeftTupleSinkPropagator.propagateAssertLeftTuple(LeftTuple tuple,
PropagationContext context,
InternalWorkingMemory workingMemory,
boolean leftTupleMemoryEnabled)
|
void |
SingleLeftTupleSinkAdapter.propagateAssertLeftTuple(LeftTuple tuple,
PropagationContext context,
InternalWorkingMemory workingMemory,
boolean leftTupleMemoryEnabled)
|
void |
EmptyLeftTupleSinkAdapter.propagateAssertLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTuple currentLeftChild,
LeftTuple currentRightChild,
PropagationContext context,
InternalWorkingMemory workingMemory,
boolean leftTupleMemoryEnabled)
|
void |
CompositeLeftTupleSinkAdapter.propagateAssertLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTuple currentLeftChild,
LeftTuple currentRightChild,
PropagationContext context,
InternalWorkingMemory workingMemory,
boolean leftTupleMemoryEnabled)
|
void |
LeftTupleSinkPropagator.propagateAssertLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTuple currentLeftChild,
LeftTuple currentRightChild,
PropagationContext context,
InternalWorkingMemory workingMemory,
boolean leftTupleMemoryEnabled)
|
void |
SingleLeftTupleSinkAdapter.propagateAssertLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTuple currentLeftChild,
LeftTuple currentRightChild,
PropagationContext context,
InternalWorkingMemory workingMemory,
boolean leftTupleMemoryEnabled)
|
protected void |
NotNode.propagateAssertLeftTuple(PropagationContext context,
InternalWorkingMemory workingMemory,
LeftTuple leftTuple)
|
protected void |
JoinNode.propagateFromLeft(RightTuple rightTuple,
LeftTuple leftTuple,
ContextEntry[] contextEntry,
boolean useLeftMemory,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
protected void |
JoinNode.propagateFromRight(RightTuple rightTuple,
LeftTuple leftTuple,
BetaMemory memory,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
LeftTuple |
EmptyLeftTupleSinkAdapter.propagateModifyChildLeftTuple(LeftTuple childLeftTuple,
LeftTuple parentLeftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory,
boolean tupleMemoryEnabled)
|
LeftTuple |
CompositeLeftTupleSinkAdapter.propagateModifyChildLeftTuple(LeftTuple childLeftTuple,
LeftTuple parentLeftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory,
boolean tupleMemoryEnabled)
|
LeftTuple |
LeftTupleSinkPropagator.propagateModifyChildLeftTuple(LeftTuple childLeftTuple,
LeftTuple parentLeftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory,
boolean tupleMemoryEnabled)
|
LeftTuple |
SingleLeftTupleSinkAdapter.propagateModifyChildLeftTuple(LeftTuple childLeftTuple,
LeftTuple parentLeftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory,
boolean tupleMemoryEnabled)
|
void |
EmptyLeftTupleSinkAdapter.propagateModifyChildLeftTuple(LeftTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory,
boolean tupleMemoryEnabled)
|
void |
CompositeLeftTupleSinkAdapter.propagateModifyChildLeftTuple(LeftTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory,
boolean tupleMemoryEnabled)
|
void |
LeftTupleSinkPropagator.propagateModifyChildLeftTuple(LeftTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory,
boolean tupleMemoryEnabled)
|
void |
SingleLeftTupleSinkAdapter.propagateModifyChildLeftTuple(LeftTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory,
boolean tupleMemoryEnabled)
|
LeftTuple |
EmptyLeftTupleSinkAdapter.propagateModifyChildLeftTuple(LeftTuple childLeftTuple,
RightTuple parentRightTuple,
PropagationContext context,
InternalWorkingMemory workingMemory,
boolean tupleMemoryEnabled)
|
LeftTuple |
CompositeLeftTupleSinkAdapter.propagateModifyChildLeftTuple(LeftTuple childLeftTuple,
RightTuple parentRightTuple,
PropagationContext context,
InternalWorkingMemory workingMemory,
boolean tupleMemoryEnabled)
|
LeftTuple |
LeftTupleSinkPropagator.propagateModifyChildLeftTuple(LeftTuple childLeftTuple,
RightTuple parentRightTuple,
PropagationContext context,
InternalWorkingMemory workingMemory,
boolean tupleMemoryEnabled)
|
LeftTuple |
SingleLeftTupleSinkAdapter.propagateModifyChildLeftTuple(LeftTuple childLeftTuple,
RightTuple parentRightTuple,
PropagationContext context,
InternalWorkingMemory workingMemory,
boolean tupleMemoryEnabled)
|
protected void |
NotNode.propagateModifyChildLeftTuple(PropagationContext context,
InternalWorkingMemory workingMemory,
LeftTuple leftTuple)
|
protected LeftTuple |
JoinNode.propagateOrModifyFromLeft(RightTuple rightTuple,
LeftTuple leftTuple,
LeftTuple childLeftTuple,
ContextEntry[] contextEntry,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
protected LeftTuple |
JoinNode.propagateOrModifyFromRight(RightTuple rightTuple,
LeftTuple leftTuple,
LeftTuple childLeftTuple,
BetaMemory memory,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
LeftTuple |
EmptyLeftTupleSinkAdapter.propagateRetractChildLeftTuple(LeftTuple childLeftTuple,
LeftTuple parentLeftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
LeftTuple |
CompositeLeftTupleSinkAdapter.propagateRetractChildLeftTuple(LeftTuple childLeftTuple,
LeftTuple parentLeftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
LeftTuple |
LeftTupleSinkPropagator.propagateRetractChildLeftTuple(LeftTuple childLeftTuple,
LeftTuple parentLeftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
LeftTuple |
SingleLeftTupleSinkAdapter.propagateRetractChildLeftTuple(LeftTuple childLeftTuple,
LeftTuple parentLeftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
LeftTuple |
EmptyLeftTupleSinkAdapter.propagateRetractChildLeftTuple(LeftTuple childLeftTuple,
RightTuple parentRightTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
LeftTuple |
CompositeLeftTupleSinkAdapter.propagateRetractChildLeftTuple(LeftTuple childLeftTuple,
RightTuple parentRightTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
LeftTuple |
LeftTupleSinkPropagator.propagateRetractChildLeftTuple(LeftTuple childLeftTuple,
RightTuple parentRightTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
LeftTuple |
SingleLeftTupleSinkAdapter.propagateRetractChildLeftTuple(LeftTuple childLeftTuple,
RightTuple parentRightTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
EmptyLeftTupleSinkAdapter.propagateRetractLeftTuple(LeftTuple tuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
CompositeLeftTupleSinkAdapter.propagateRetractLeftTuple(LeftTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
LeftTupleSinkPropagator.propagateRetractLeftTuple(LeftTuple tuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
SingleLeftTupleSinkAdapter.propagateRetractLeftTuple(LeftTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
protected void |
NotNode.propagateRetractLeftTuple(PropagationContext context,
InternalWorkingMemory workingMemory,
LeftTuple leftTuple)
|
void |
EmptyLeftTupleSinkAdapter.propagateRetractLeftTupleDestroyRightTuple(LeftTuple tuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
CompositeLeftTupleSinkAdapter.propagateRetractLeftTupleDestroyRightTuple(LeftTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
LeftTupleSinkPropagator.propagateRetractLeftTupleDestroyRightTuple(LeftTuple tuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
SingleLeftTupleSinkAdapter.propagateRetractLeftTupleDestroyRightTuple(LeftTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
LeftTupleMemory.remove(LeftTuple leftTuple)
|
void |
LeftTupleMemory.removeAdd(LeftTuple tuple)
|
void |
RightTuple.removeBlocked(LeftTuple leftTuple)
|
void |
ExistsNode.retractLeftTuple(LeftTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
Retract the ReteTuple |
void |
FromNode.retractLeftTuple(LeftTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
QueryRiaFixerNode.retractLeftTuple(LeftTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
EvalConditionNode.retractLeftTuple(LeftTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
LeftTupleSink.retractLeftTuple(LeftTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
NotNode.retractLeftTuple(LeftTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
RightInputAdapterNode.retractLeftTuple(LeftTuple tuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
Retracts the corresponding tuple by retrieving and retracting the fact created for it |
void |
JoinNode.retractLeftTuple(LeftTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
QueryTerminalNode.retractLeftTuple(LeftTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
QueryElementNode.retractLeftTuple(LeftTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
ConditionalBranchNode.retractLeftTuple(LeftTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
RuleTerminalNode.retractLeftTuple(LeftTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
ElseNode.retractLeftTuple(LeftTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
AccumulateNode.retractLeftTuple(LeftTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
protected void |
FromNode.retractMatch(LeftTuple leftTuple,
RightTuple rightTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
QueryElementNode.UnificationNodeViewChangedEventListener.rowAdded(Rule rule,
LeftTuple resultLeftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
QueryElementNode.UnificationNodeViewChangedEventListener.rowRemoved(Rule rule,
LeftTuple resultLeftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
QueryElementNode.UnificationNodeViewChangedEventListener.rowUpdated(Rule rule,
LeftTuple resultLeftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
LeftTupleImpl.setBlockedNext(LeftTuple blockerNext)
|
void |
LeftTuple.setBlockedNext(LeftTuple blockerNext)
|
void |
EvalNodeLeftTuple.setBlockedNext(LeftTuple blockerNext)
|
void |
BaseLeftTuple.setBlockedNext(LeftTuple blockerNext)
|
void |
NotNodeLeftTuple.setBlockedNext(LeftTuple blockerNext)
|
void |
LeftTupleImpl.setBlockedPrevious(LeftTuple blockerPrevious)
|
void |
LeftTuple.setBlockedPrevious(LeftTuple blockerPrevious)
|
void |
EvalNodeLeftTuple.setBlockedPrevious(LeftTuple blockerPrevious)
|
void |
BaseLeftTuple.setBlockedPrevious(LeftTuple blockerPrevious)
|
void |
NotNodeLeftTuple.setBlockedPrevious(LeftTuple blockerPrevious)
|
void |
LeftTuple.setFirstChild(LeftTuple firstChild)
|
void |
BaseLeftTuple.setFirstChild(LeftTuple firstChild)
|
void |
LeftTuple.setLastChild(LeftTuple lastChild)
|
void |
BaseLeftTuple.setLastChild(LeftTuple lastChild)
|
void |
LeftTuple.setLeftParent(LeftTuple leftParent)
|
void |
BaseLeftTuple.setLeftParent(LeftTuple leftParent)
|
void |
LeftTuple.setLeftParentNext(LeftTuple leftParentright)
|
void |
BaseLeftTuple.setLeftParentNext(LeftTuple leftParentright)
|
void |
LeftTuple.setLeftParentPrevious(LeftTuple leftParentLeft)
|
void |
BaseLeftTuple.setLeftParentPrevious(LeftTuple leftParentLeft)
|
void |
RightTuple.setLeftTuple(LeftTuple leftTuple)
|
void |
LeftTuple.setParent(LeftTuple parent)
|
void |
BaseLeftTuple.setParent(LeftTuple parent)
|
void |
LeftTuple.setRightParentNext(LeftTuple rightParentRight)
|
void |
BaseLeftTuple.setRightParentNext(LeftTuple rightParentRight)
|
void |
LeftTuple.setRightParentPrevious(LeftTuple rightParentLeft)
|
void |
BaseLeftTuple.setRightParentPrevious(LeftTuple rightParentLeft)
|
protected LeftTuple[] |
AccumulateNode.splitList(LeftTuple parent,
AccumulateNode.AccumulateContext accctx,
boolean isUpdatingSink)
|
static void |
TupleIterator.traverse(LeftTuple rootLeftTuple,
LeftTuple leftTuple,
TupleIterator.OnLeaf onLeaf)
|
| Uses of LeftTuple in org.drools.rule |
|---|
| Fields in org.drools.rule declared as LeftTuple | |
|---|---|
LeftTuple |
ReturnValueRestriction.ReturnValueContextEntry.leftTuple
|
LeftTuple |
PredicateConstraint.PredicateContextEntry.leftTuple
|
LeftTuple |
VariableRestriction.VariableContextEntry.reteTuple
|
| Methods in org.drools.rule that return LeftTuple | |
|---|---|
LeftTuple |
ReturnValueRestriction.ReturnValueContextEntry.getTuple()
|
LeftTuple |
VariableRestriction.VariableContextEntry.getTuple()
|
| Methods in org.drools.rule with parameters of type LeftTuple | |
|---|---|
boolean |
ReturnValueRestriction.isAllowedCachedRight(LeftTuple tuple,
ContextEntry context)
|
boolean |
PredicateConstraint.isAllowedCachedRight(LeftTuple tuple,
ContextEntry context)
|
void |
AbstractCompositeConstraint.MultiFieldConstraintContextEntry.updateFromTuple(InternalWorkingMemory workingMemory,
LeftTuple tuple)
|
void |
ReturnValueRestriction.ReturnValueContextEntry.updateFromTuple(InternalWorkingMemory workingMemory,
LeftTuple tuple)
|
void |
ContextEntry.updateFromTuple(InternalWorkingMemory workingMemory,
LeftTuple tuple)
|
void |
VariableRestriction.ObjectVariableContextEntry.updateFromTuple(InternalWorkingMemory workingMemory,
LeftTuple tuple)
|
void |
VariableRestriction.PrimitiveArrayVariableContextEntry.updateFromTuple(InternalWorkingMemory workingMemory,
LeftTuple tuple)
|
void |
VariableRestriction.LongVariableContextEntry.updateFromTuple(InternalWorkingMemory workingMemory,
LeftTuple tuple)
|
void |
VariableRestriction.CharVariableContextEntry.updateFromTuple(InternalWorkingMemory workingMemory,
LeftTuple tuple)
|
void |
VariableRestriction.DoubleVariableContextEntry.updateFromTuple(InternalWorkingMemory workingMemory,
LeftTuple tuple)
|
void |
VariableRestriction.BooleanVariableContextEntry.updateFromTuple(InternalWorkingMemory workingMemory,
LeftTuple tuple)
|
void |
PredicateConstraint.PredicateContextEntry.updateFromTuple(InternalWorkingMemory workingMemory,
LeftTuple tuple)
|
void |
AbstractCompositeRestriction.CompositeContextEntry.updateFromTuple(InternalWorkingMemory workingMemory,
LeftTuple tuple)
|
| Uses of LeftTuple in org.drools.rule.builder.dialect.asm |
|---|
| Methods in org.drools.rule.builder.dialect.asm that return LeftTuple | |
|---|---|
protected LeftTuple |
GeneratorHelper.DeclarationAccessorMethod.traverseTuplesUntilDeclaration(LeftTuple currentLeftTuple,
int declarOffset,
int tupleReg)
|
| Methods in org.drools.rule.builder.dialect.asm with parameters of type LeftTuple | |
|---|---|
protected LeftTuple |
GeneratorHelper.DeclarationAccessorMethod.traverseTuplesUntilDeclaration(LeftTuple currentLeftTuple,
int declarOffset,
int tupleReg)
|
| Uses of LeftTuple in org.drools.rule.constraint |
|---|
| Fields in org.drools.rule.constraint declared as LeftTuple | |
|---|---|
protected LeftTuple |
MvelConstraint.MvelContextEntry.leftTuple
|
| Methods in org.drools.rule.constraint that return LeftTuple | |
|---|---|
LeftTuple |
MvelConstraint.MvelContextEntry.getLeftTuple()
|
| Methods in org.drools.rule.constraint with parameters of type LeftTuple | |
|---|---|
boolean |
MvelConditionEvaluator.evaluate(org.mvel2.compiler.ExecutableStatement statement,
Object object,
InternalWorkingMemory workingMemory,
LeftTuple leftTuple)
|
boolean |
ConditionEvaluator.evaluate(Object object,
InternalWorkingMemory workingMemory,
LeftTuple leftTuple)
|
boolean |
MvelConditionEvaluator.evaluate(Object object,
InternalWorkingMemory workingMemory,
LeftTuple leftTuple)
|
protected boolean |
MvelConstraint.evaluate(Object object,
InternalWorkingMemory workingMemory,
LeftTuple leftTuple)
|
protected boolean |
MvelConstraint.forceJitEvaluator(Object object,
InternalWorkingMemory workingMemory,
LeftTuple leftTuple)
|
boolean |
EvaluatorConstraint.isAllowedCachedRight(LeftTuple tuple,
ContextEntry context)
|
boolean |
MvelConstraint.isAllowedCachedRight(LeftTuple tuple,
ContextEntry context)
|
protected void |
MvelConstraint.jitEvaluator(Object object,
InternalWorkingMemory workingMemory,
LeftTuple leftTuple)
|
static ConditionEvaluator |
ASMConditionEvaluatorJitter.jitEvaluator(String expression,
ConditionAnalyzer.Condition condition,
Declaration[] declarations,
ClassLoader classLoader,
LeftTuple leftTuple)
|
void |
EvaluatorConstraint.LiteralContextEntry.updateFromTuple(InternalWorkingMemory workingMemory,
LeftTuple tuple)
|
void |
MvelConstraint.MvelContextEntry.updateFromTuple(InternalWorkingMemory workingMemory,
LeftTuple leftTuple)
|
void |
MvelConstraint.UnificationContextEntry.updateFromTuple(InternalWorkingMemory workingMemory,
LeftTuple tuple)
|
static Map<String,Object> |
EvaluatorHelper.valuesAsMap(Object object,
InternalWorkingMemory workingMemory,
LeftTuple leftTuple,
Declaration[] declarations)
|
| Uses of LeftTuple in org.drools.runtime.rule.impl |
|---|
| Methods in org.drools.runtime.rule.impl with parameters of type LeftTuple | |
|---|---|
void |
OpenQueryViewChangedEventListenerAdapter.rowAdded(Rule rule,
LeftTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
OpenQueryViewChangedEventListenerAdapter.rowRemoved(Rule rule,
LeftTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
void |
OpenQueryViewChangedEventListenerAdapter.rowUpdated(Rule rule,
LeftTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory)
|
| Constructors in org.drools.runtime.rule.impl with parameters of type LeftTuple | |
|---|---|
RowAdapter(Rule rule,
LeftTuple leftTuple)
|
|
| Uses of LeftTuple in org.drools.spi |
|---|
| Methods in org.drools.spi that return LeftTuple | |
|---|---|
LeftTuple |
PropagationContext.getLeftTupleOrigin()
|
LeftTuple |
Activation.getTuple()
Retrieve the Tuple that was activated. |
| Methods in org.drools.spi with parameters of type LeftTuple | |
|---|---|
boolean |
Restriction.isAllowedCachedRight(LeftTuple tuple,
ContextEntry context)
|
boolean |
BetaNodeFieldConstraint.isAllowedCachedRight(LeftTuple tuple,
ContextEntry context)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||