Drools :: Core 6.1.0.Beta1

Uses of Interface
org.drools.core.phreak.TupleEntry

Packages that use TupleEntry
org.drools.core.phreak   
org.drools.core.reteoo   
 

Uses of TupleEntry in org.drools.core.phreak
 

Classes in org.drools.core.phreak that implement TupleEntry
 class LeftTupleEntry
           
 class RightTupleEntry
           
 

Methods in org.drools.core.phreak that return types with arguments of type TupleEntry
static Queue<TupleEntry> SegmentUtilities.initAndGetTupleQueue(NetworkNode node, InternalWorkingMemory wm)
           
 

Method parameters in org.drools.core.phreak with type arguments of type TupleEntry
static void RuleExecutor.flushTupleQueue(Queue<TupleEntry> tupleQueue)
           
static void RuleExecutor.removeQueuedTupleEntry(Queue<TupleEntry> tupleQueue)
           
 

Uses of TupleEntry in org.drools.core.reteoo
 

Methods in org.drools.core.reteoo that return types with arguments of type TupleEntry
 Queue<TupleEntry> PathMemory.getTupleQueue()
           
 Queue<TupleEntry> SegmentMemory.getTupleQueue()
           
 

Method parameters in org.drools.core.reteoo with type arguments of type TupleEntry
 void RiaPathMemory.setTupleQueue(Queue<TupleEntry> queue)
           
 void SegmentMemory.setTupleQueue(Queue<TupleEntry> queue)
           
 

Constructor parameters in org.drools.core.reteoo with type arguments of type TupleEntry
SegmentMemory(NetworkNode rootNode, Queue<TupleEntry> queue)
           
 


Drools :: Core 6.1.0.Beta1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.