Class CompiledQuery
java.lang.Object
tools.refinery.interpreter.rete.traceability.RecipeTraceInfo
tools.refinery.interpreter.rete.traceability.CompiledQuery
- All Implemented Interfaces:
PatternTraceInfo,TraceInfo
Indicates that recipe expresses the finished match set of a query.
-
Constructor Summary
ConstructorsConstructorDescriptionCompiledQuery(ReteNodeRecipe recipe, Map<PBody, ? extends RecipeTraceInfo> parentRecipeTraces, PQuery query) -
Method Summary
Methods inherited from class tools.refinery.interpreter.rete.traceability.RecipeTraceInfo
assignNode, getNode, getParentRecipeTraces, getParentRecipeTracesForCloning, getRecipe, getShadowedRecipe, propagateFromIndexerToSupplierParent, propagateFromStandardNodeToSupplierParent, propagateToIndexerParent, propagateToProductionNodeParentAlso, shadowWithEquivalentRecipeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface tools.refinery.interpreter.rete.traceability.TraceInfo
assignNode, getNode, propagateFromIndexerToSupplierParent, propagateFromStandardNodeToSupplierParent, propagateToIndexerParent, propagateToProductionNodeParentAlso
-
Constructor Details
-
CompiledQuery
public CompiledQuery(ReteNodeRecipe recipe, Map<PBody, ? extends RecipeTraceInfo> parentRecipeTraces, PQuery query) - Since:
- 1.6
-
-
Method Details
-
getQuery
-
getPatternName
- Specified by:
getPatternNamein interfacePatternTraceInfo
-
getParentRecipeTracesPerBody
- Since:
- 1.6
-