On 2007-03-19 11:59:59 +0100, Dennis Wagelaar
<dennis.wagelaar@xxxxxxxxx> said:
Matthias Bohlen schreef:
Hi all,
I have several small re-usable ATL transformations which I'd like to
combine into one large transformation. The combined transformation
should have the union of all metamodels in the "create" list and
helpers in the "uses" list and the union of all transformation rules.
Hi Matthias,
(This is probably starting to bore you:) you can write several small
transformation modules and then superimpose them in any order,
provided that there's no rule overlap.
No, it is not boring me at all. :-)
Example: When I have transformations A, B and C, can I really have a
transformation D which simply contains the following additional line:
uses A, B, C;