Structure
ATLTraceLink
Trace link between source and target elements in ATL transformations.
struct ATLTraceLink
Overview
Trace links provide bidirectional mapping between elements transformed by ATL rules, enabling impact analysis and transformation debugging.
Topics
Initializers
?
init(ruleName:sourceElement:targetElements:)
Creates a new trace link.
Instance Properties
V
ruleName
Name of the ATL rule that created this trace link.
V
sourceElement
Unique identifier of the source element.
V
targetElements
Unique identifiers of the target elements created from the source.