Skip to main content



      Home
Home » Archived » M2M (model-to-model transformation) » [QVTO] How to write a transformation to create a QVTO transformation model in output?
[QVTO] How to write a transformation to create a QVTO transformation model in output? [message #105876] Tue, 02 June 2009 03:58 Go to next message
Eclipse UserFriend
Hi,

I have tried with ATL 3.0 already but this doesn't works. Then I try
with QVTO, I must write a transformation model which create another
transformation model in output, in ATL I could get output transformation
model in XMI format and transform it in concrete syntax to execute it.
How can do that with QVTO?

Thanks.
Re: [QVTO] How to write a transformation to create a QVTO transformation model in output? [message #105891 is a reply to message #105876] Tue, 02 June 2009 06:26 Go to previous messageGo to next message
Eclipse UserFriend
Hi Esteban,

The QVT specification defines a mechanism to cast QVT conformant model to
corresponding
instance of a transformation class, which can be executed as a regular
transformation.
It's possible to create a transformation on the fly and run it within the
creating
transformation.

See OMG spec:
8.3.5.5 asTransformation
Model::asTransformation(Model) : Transformation
8.3.6.1 transform
Transformation::transform () : Status


However, the 'M2M/QVT Operational' component has not implemented this
feature yet.
Actually, it's not a trivial task for a transformation writer to build a
valid AST model
of a meaningful transformation to execute.
Besides that, there is still some work to do for supporting all this in
our implementation.
Therefore we have not planned this functionality for the current release.

Regards,
/Radek



On Tue, 02 Jun 2009 09:58:09 +0200, Esteban DUGUEPEROUX
<dugueperoux.esteban@free.fr> wrote:

> Hi,
>
> I have tried with ATL 3.0 already but this doesn't works. Then I try
> with QVTO, I must write a transformation model which create another
> transformation model in output, in ATL I could get output transformation
> model in XMI format and transform it in concrete syntax to execute it.
> How can do that with QVTO?
>
> Thanks.
Re: [QVTO] How to write a transformation to create a QVTO transformation model in output? [message #105931 is a reply to message #105891] Tue, 02 June 2009 09:47 Go to previous message
Eclipse UserFriend
Thanks Radek for your support and especially QVTO ;)

Radek Dvorak a écrit :
> Hi Esteban,
>
> The QVT specification defines a mechanism to cast QVT conformant model
> to corresponding
> instance of a transformation class, which can be executed as a regular
> transformation.
> It's possible to create a transformation on the fly and run it within
> the creating
> transformation.
>
> See OMG spec:
> 8.3.5.5 asTransformation
> Model::asTransformation(Model) : Transformation
> 8.3.6.1 transform
> Transformation::transform () : Status
>
>
> However, the 'M2M/QVT Operational' component has not implemented this
> feature yet.
> Actually, it's not a trivial task for a transformation writer to build a
> valid AST model
> of a meaningful transformation to execute.
> Besides that, there is still some work to do for supporting all this in
> our implementation.
> Therefore we have not planned this functionality for the current release.
>
> Regards,
> /Radek
>
>
>
> On Tue, 02 Jun 2009 09:58:09 +0200, Esteban DUGUEPEROUX
> <dugueperoux.esteban@free.fr> wrote:
>
>> Hi,
>>
>> I have tried with ATL 3.0 already but this doesn't works. Then I try
>> with QVTO, I must write a transformation model which create another
>> transformation model in output, in ATL I could get output
>> transformation model in XMI format and transform it in concrete syntax
>> to execute it.
>> How can do that with QVTO?
>>
>> Thanks.
>
Previous Topic:[ATL] HOT transformation
Next Topic:transformation into JAVA
Goto Forum:
  


Current Time: Thu May 08 02:25:56 EDT 2025

Powered by FUDForum. Page generated in 0.04314 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top