Documentation Language: Swift

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

?

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.

Default Implementations

Relationships

Conforms To