public class CompiledSubPlan extends PlanningTrace
The Rete node represented by the recipe is equivalent to the SubPlan.
Invariant: each variable has at most one index associated with it in the tuple, i.e. no duplicates.
RecipeTraceInfo.ParentTraceList| Constructor and Description | 
|---|
| CompiledSubPlan(SubPlan subPlan,
               java.util.List<PVariable> variablesTuple,
               ReteNodeRecipe recipe,
               java.util.Collection<? extends RecipeTraceInfo> parentRecipeTraces) | 
| CompiledSubPlan(SubPlan subPlan,
               java.util.List<PVariable> variablesTuple,
               ReteNodeRecipe recipe,
               RecipeTraceInfo... parentRecipeTraces) | 
cloneFor, getPatternName, getPosMapping, getSubPlan, getVariablesTupleassignNode, getNode, getParentRecipeTraces, getRecipe, getShadowedRecipe, propagateFromIndexerToSupplierParent, propagateFromStandardNodeToSupplierParent, propagateToIndexerParent, propagateToProductionNodeParentAlso, shadowWithEquivalentRecipeequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitassignNode, getNode, propagateFromIndexerToSupplierParent, propagateFromStandardNodeToSupplierParent, propagateToIndexerParent, propagateToProductionNodeParentAlsopublic CompiledSubPlan(SubPlan subPlan, java.util.List<PVariable> variablesTuple, ReteNodeRecipe recipe, java.util.Collection<? extends RecipeTraceInfo> parentRecipeTraces)
public CompiledSubPlan(SubPlan subPlan, java.util.List<PVariable> variablesTuple, ReteNodeRecipe recipe, RecipeTraceInfo... parentRecipeTraces)