| Package | Description | 
|---|---|
| org.eclipse.incquery.runtime.rete.construction.plancompiler | 
| Modifier and Type | Method and Description | 
|---|---|
CompiledQuery | 
ReteRecipeCompiler.getCompiledForm(PQuery query)
Returns a  
CompiledQuery compiled from a query | 
CompiledQuery | 
RecursionCutoffPoint.getCompiledQuery()  | 
static CompiledQuery | 
CompilerHelper.makeQueryTrace(PQuery query,
              java.util.Collection<RecipeTraceInfo> bodyFinalTraces,
              java.util.Collection<ReteNodeRecipe> bodyFinalRecipes)
Creates a recipe for a production node and the corresponding trace. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Map<PQuery,CompiledQuery> | 
ReteRecipeCompiler.getCachedCompiledQueries()
Returns an unmodifiable view of currently cached compiled queries. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
RecursionCutoffPoint.mend(CompiledQuery finalCompiledForm)
Signals that compilation of the recursive query has terminated, culminating into the given compiled form. 
 |