Drools :: Core 6.1.0.Beta1

Uses of Class
org.drools.core.reteoo.QueryElementNode

Packages that use QueryElementNode
org.drools.core.phreak   
org.drools.core.reteoo   
org.drools.core.reteoo.builder   
 

Uses of QueryElementNode in org.drools.core.phreak
 

Methods in org.drools.core.phreak with parameters of type QueryElementNode
 void PhreakQueryNode.doLeftInserts(QueryElementNode queryNode, QueryElementNode.QueryElementNodeMemory qmem, StackEntry stackEntry, InternalWorkingMemory wm, LeftTupleSets srcLeftTuples)
           
 void PhreakQueryNode.doLeftUpdates(QueryElementNode queryNode, QueryElementNode.QueryElementNodeMemory qmem, LeftTupleSink sink, InternalWorkingMemory wm, LeftTupleSets srcLeftTuples)
           
 void PhreakQueryNode.doNode(QueryElementNode queryNode, QueryElementNode.QueryElementNodeMemory qmem, StackEntry stackEntry, LeftTupleSink sink, InternalWorkingMemory wm, LeftTupleSets srcLeftTuples, LeftTupleSets trgLeftTuples, LeftTupleSets stagedLeftTuples)
           
static SegmentMemory SegmentUtilities.getQuerySegmentMemory(InternalWorkingMemory wm, LeftTupleSource segmentRoot, QueryElementNode queryNode)
           
 

Uses of QueryElementNode in org.drools.core.reteoo
 

Fields in org.drools.core.reteoo declared as QueryElementNode
protected  QueryElementNode QueryElementNode.UnificationNodeViewChangedEventListener.node
           
 

Methods in org.drools.core.reteoo that return QueryElementNode
 QueryElementNode QueryElementNode.QueryElementNodeMemory.getNode()
           
 

Constructors in org.drools.core.reteoo with parameters of type QueryElementNode
QueryElementNode.QueryElementNodeMemory(QueryElementNode node)
           
QueryElementNode.UnificationNodeViewChangedEventListener(LeftTuple leftTuple, int[] variables, QueryElementNode node, boolean tupleMemoryEnabled)
           
 

Uses of QueryElementNode in org.drools.core.reteoo.builder
 

Methods in org.drools.core.reteoo.builder that return QueryElementNode
 QueryElementNode NodeFactory.buildQueryElementNode(int nextId, LeftTupleSource tupleSource, QueryElement qe, boolean tupleMemoryEnabled, boolean openQuery, BuildContext context)
           
 QueryElementNode PhreakNodeFactory.buildQueryElementNode(int id, LeftTupleSource tupleSource, QueryElement qe, boolean tupleMemoryEnabled, boolean openQuery, BuildContext context)
           
 


Drools :: Core 6.1.0.Beta1

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