Uses of Class
org.drools.core.base.DroolsQuery
-
Packages that use DroolsQuery Package Description org.drools.core.impl org.drools.core.phreak org.drools.core.reteoo -
-
Uses of DroolsQuery in org.drools.core.impl
Methods in org.drools.core.impl with parameters of type DroolsQuery Modifier and Type Method Description protected QueryTerminalNode[]StatefulKnowledgeSessionImpl. evalQuery(String queryName, DroolsQuery queryObject, InternalFactHandle handle, PropagationContext pCtx, boolean isCalledFromRHS) -
Uses of DroolsQuery in org.drools.core.phreak
Methods in org.drools.core.phreak with parameters of type DroolsQuery Modifier and Type Method Description static voidPhreakQueryTerminalNode. checkAndTriggerQueryReevaluation(InternalAgenda agenda, LinkedList<StackEntry> stack, Tuple rootEntry, DroolsQuery dquery) -
Uses of DroolsQuery in org.drools.core.reteoo
Methods in org.drools.core.reteoo that return DroolsQuery Modifier and Type Method Description DroolsQueryQueryElementNode. createDroolsQuery(LeftTuple leftTuple, InternalFactHandle handle, StackEntry stackEntry, List<PathMemory> pmems, QueryElementNode.QueryElementNodeMemory qmem, LeftTupleSink sink, InternalWorkingMemory workingMemory)
-