Uses of Class
org.drools.core.reteoo.QueryElementNode
Packages that use QueryElementNode
-
Uses of QueryElementNode in org.drools.core.phreak
Methods in org.drools.core.phreak with parameters of type QueryElementNodeModifier and TypeMethodDescriptionvoidPhreakQueryNode.doLeftInserts(QueryElementNode queryNode, QueryElementNode.QueryElementNodeMemory qmem, StackEntry stackEntry, ReteEvaluator reteEvaluator, TupleSets srcLeftTuples) voidPhreakQueryNode.doLeftUpdates(QueryElementNode queryNode, QueryElementNode.QueryElementNodeMemory qmem, ReteEvaluator reteEvaluator, TupleSets srcLeftTuples) voidPhreakQueryNode.doNode(QueryElementNode queryNode, QueryElementNode.QueryElementNodeMemory qmem, StackEntry stackEntry, ReteEvaluator reteEvaluator, TupleSets srcLeftTuples, TupleSets trgLeftTuples, TupleSets stagedLeftTuples) static SegmentMemoryRuntimeSegmentUtilities.getQuerySegmentMemory(ReteEvaluator reteEvaluator, QueryElementNode queryNode) -
Uses of QueryElementNode in org.drools.core.reteoo
Fields in org.drools.core.reteoo declared as QueryElementNodeModifier and TypeFieldDescriptionprotected QueryElementNodeQueryElementNode.UnificationNodeViewChangedEventListener.nodeMethods in org.drools.core.reteoo that return QueryElementNodeConstructors in org.drools.core.reteoo with parameters of type QueryElementNodeModifierConstructorDescriptionQueryMemoryPrototype(long nodePosMaskBit, QueryElementNode queryNode) UnificationNodeViewChangedEventListener(TupleImpl 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 QueryElementNodeModifier and TypeMethodDescriptionNodeFactory.buildQueryElementNode(int nextId, LeftTupleSource tupleSource, QueryElement qe, boolean tupleMemoryEnabled, boolean openQuery, BuildContext context) PhreakNodeFactory.buildQueryElementNode(int id, LeftTupleSource tupleSource, QueryElement qe, boolean tupleMemoryEnabled, boolean openQuery, BuildContext context)