[QVTo] One transformation on two models [message #657026] |
Tue, 01 March 2011 06:55  |
Eclipse User |
|
|
|
Hi,
I have two models to make transformations on, where elements in the models are related. To be more precise, this is a UML model and a GMF notation model. So the transformation would have the two models as inputs and output new models of same types (a UML and a notation model). Is this possible with one transformation? How would the transformation signature look?
|
|
|
Re: [QVTo] One transformation on two models [message #657050 is a reply to message #657026] |
Tue, 01 March 2011 07:56  |
Eclipse User |
|
|
|
I think it is actually kind of obvious: you just add more inputs/outputs:
transformation transformationName(in input1 : UML, in input2:
GMFNotationModel, out output1 : UML, out output2: GMFNotationModel)
or something like that...
Dennis
Haffi wrote:
> Hi,
>
> I have two models to make transformations on, where elements in the
> models are related. To be more precise, this is a UML model and a GMF
> notation model. So the transformation would have the two models as
> inputs and output new models of same types (a UML and a notation model).
> Is this possible with one transformation? How would the transformation
> signature look?
|
|
|
Powered by
FUDForum. Page generated in 0.04978 seconds