Uses of Class
org.drools.core.common.QueryElementFactHandle
-
Packages that use QueryElementFactHandle Package Description org.drools.core.marshalling.impl org.drools.core.reteoo -
-
Uses of QueryElementFactHandle in org.drools.core.marshalling.impl
Methods in org.drools.core.marshalling.impl that return QueryElementFactHandle Modifier and Type Method Description QueryElementFactHandleMarshallerReaderContext. createQueryResultHandle(Tuple leftTuple, Object[] objects, int nodeId) -
Uses of QueryElementFactHandle in org.drools.core.reteoo
Methods in org.drools.core.reteoo that return QueryElementFactHandle Modifier and Type Method Description protected QueryElementFactHandleQueryElementNode.UnificationNodeViewChangedEventListener. createQueryResultHandle(PropagationContext context, ReteEvaluator reteEvaluator, Object[] objects)Methods in org.drools.core.reteoo with parameters of type QueryElementFactHandle Modifier and Type Method Description protected RightTupleQueryElementNode.UnificationNodeViewChangedEventListener. createResultRightTuple(QueryElementFactHandle resultHandle, LeftTuple resultLeftTuple, boolean open)
-