Protocol
ATLRuleType
Protocol for ATL rule types (matched and called rules).
protocol ATLRuleType : Sendable
Overview
This protocol provides a common interface for different types of ATL rules, enabling polymorphic handling in the parser and execution engine.
Topics
Instance Properties
V
name
The name of the rule.
Instance Methods
F
toECoreExpressions()
Convert ATL rule to ECore query expressions.