Structure
MTLTraceLink
Represents a trace link for model-to-text traceability.
struct MTLTraceLink
Overview
Trace links record the correspondence between source model elements and generated text locations, enabling bidirectional navigation for debugging, incremental generation, and impact analysis.
Topics
Initializers
?
init(sourceElement:targetFile:targetRange:timestamp:)
Creates a new trace link.
Instance Properties
V
sourceElement
The source model element ID.
V
targetFile
The target file path.
V
targetRange
The range in the target file.
V
timestamp
The timestamp when this link was created.