Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » M2M (model-to-model transformation) » [ATL]Transform UML Activity Diagram using ATL
[ATL]Transform UML Activity Diagram using ATL [message #76011] Thu, 06 March 2008 09:12 Go to next message
Eclipse UserFriend
Originally posted by: zhaochenting.gmail.com

hi,everyone. Now I have a little confused problem about the output of
ATL engine. Could I get a model instance with persistenced using my own
Resource and Resource Factory.

I want to transfrom a uml activity diagram to a bpel file. I use the
model of Eclipse BPEL Designer to specify my bpel model. The model use
their own EMF ResourceFactory to persistent the model rather than use
the XMIResourceFactory. Could I get a well-formed bpel file as the output?

Thanks very much.

Best wishes!
--
Stefanie Zhao
http://zhaochenting.googlepages.com/
Re: [ATL]Transform UML Activity Diagram using ATL [message #76043 is a reply to message #76011] Thu, 06 March 2008 11:02 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: quentin.glineur.obeo.fr

This is a multi-part message in MIME format.
--------------010000000601010305020807
Content-Type: text/plain; charset=GB2312
Content-Transfer-Encoding: 8bit

Hi Stephanie,

I think that for this particular need, a new ATL driver is required.
For the moment the ATL VM has 2 drivers: EMF and UML.

This new driver could then use the custom ResourceFactory in its
modelHandler.

Kind regards.

stefanie zhao a
Re: [ATL]Transform UML Activity Diagram using ATL [message #76174 is a reply to message #76043] Fri, 07 March 2008 12:18 Go to previous message
Dennis Wagelaar is currently offline Dennis WagelaarFriend
Messages: 147
Registered: July 2009
Senior Member
Quentin Glineur schreef:
> Hi Stephanie,
>
> I think that for this particular need, a new ATL driver is required.
> For the moment the ATL VM has 2 drivers: EMF and UML.
>
> This new driver could then use the custom ResourceFactory in its
> modelHandler.
>
> Kind regards.
>
> stefanie zhao a écrit :
>> hi,everyone. Now I have a little confused problem about the output of
>> ATL engine. Could I get a model instance with persistenced using my own
>> Resource and Resource Factory.
>>
>> I want to transfrom a uml activity diagram to a bpel file. I use the
>> model of Eclipse BPEL Designer to specify my bpel model. The model use
>> their own EMF ResourceFactory to persistent the model rather than use
>> the XMIResourceFactory. Could I get a well-formed bpel file as the output?

If you use the BPEL meta-model via its URI (registered meta-model), then
ATL will automatically use the right EMF resource factory. Examples:

- UML2 uses a different version of XMI than Ecore
- EODM uses RDFS/OWL instead of XMI

All of these meta-models and their respective resource factories work
under ATL.

>>
>> Thanks very much.
>>
>> Best wishes!
>

Regards,
Dennis
Previous Topic:[ATL] Changing the metaclass of an EObject
Next Topic:[ATL] editing Models
Goto Forum:
  


Current Time: Thu Apr 25 05:01:05 GMT 2024

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

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

Back to the top