Interface PatternTraceInfo
-
- All Superinterfaces:
TraceInfo
- All Known Implementing Classes:
CompiledQuery
,CompiledSubPlan
,ParameterProjectionTrace
,PlanningTrace
public interface PatternTraceInfo extends TraceInfo
One kind of trace marker that merely establishes the pattern for which the node was built.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getPatternName()
-
Methods inherited from interface org.eclipse.viatra.query.runtime.rete.traceability.TraceInfo
assignNode, getNode, propagateFromIndexerToSupplierParent, propagateFromStandardNodeToSupplierParent, propagateToIndexerParent, propagateToProductionNodeParentAlso
-
-