Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » EPF » Transformation in ATL having as input an EPF model
Transformation in ATL having as input an EPF model [message #32518] Mon, 14 May 2007 09:26 Go to next message
Aitor Bediaga is currently offline Aitor BediagaFriend
Messages: 22
Registered: July 2009
Junior Member
Hi folks,

I am working on defining transformation from EPF models to XPDL models. I
want to generate a simple XPDL model from a simple EPF delivery process.
First, I began using MOFScript transformation language, but I noticed that
maybe it's more adequate to use ATL for this.

Anyone has done something similar? Maybe I can forget transformation
languages such as ATL or MOFScript and use Java directly?

It woulde great to have a new feature in EPF to generate an ECORE model of
a delivery process... Is it possible?

Any comment will be appreciated.

Regards,

Aitor Bediaga
Research engineer at European Software Institute (ESI)
Re: Transformation in ATL having as input an EPF model [message #32553 is a reply to message #32518] Mon, 14 May 2007 12:43 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: Hugo.Bruneliere.univ-nantes.fr

Aitor Bediaga a écrit :
> Hi folks,
>

Hi Aitor,

> I am working on defining transformation from EPF models to XPDL models.
> I want to generate a simple XPDL model from a simple EPF delivery
> process. First, I began using MOFScript transformation language, but I
> noticed that maybe it's more adequate to use ATL for this.
> Anyone has done something similar? Maybe I can forget transformation
> languages such as ATL or MOFScript and use Java directly?

ATL is a DSL for model-to-model transformation which is a core component
of the Eclipse/M2M project dedicated to model transformation. As a
consequence it is perfectly adequate for generating XPDL models from EPF
models.
Furthermore, there are already some people in the ATL community working
on the business process field (and more precisely on XPDL). See the
following thread of discussions in the M2M newsgroup:
news://news.eclipse.org:119/f1g04l$q1k$1@build.eclipse.org

>
> It woulde great to have a new feature in EPF to generate an ECORE model
> of a delivery process... Is it possible?
>

I agree it would be great. Is there already an EPF metamodel available?

> Any comment will be appreciated.
>
> Regards,
>
> Aitor Bediaga
> Research engineer at European Software Institute (ESI)
>

Best regards,

Hugo

--
--------------------------------------------------------
Hugo Bruneliere - R&D Engineer
ATLAS Group (INRIA & LINA) - University of Nantes
2, rue de la Houssiniere
44322 Nantes Cedex 3 - France
office +33 2 51 12 58 10 /\ cell.+33 6 07 42 45 30
EMail: Hugo.Bruneliere@univ-nantes.fr
http://www.sciences.univ-nantes.fr/lina/atl/
--------------------------------------------------------
Re: Transformation in ATL having as input an EPF model [message #32587 is a reply to message #32553] Tue, 15 May 2007 09:20 Go to previous messageGo to next message
Aitor Bediaga is currently offline Aitor BediagaFriend
Messages: 22
Registered: July 2009
Junior Member
Hi Hugo, thank you for your comments...

> ATL is a DSL for model-to-model transformation which is a core component
> of the Eclipse/M2M project dedicated to model transformation. As a
> consequence it is perfectly adequate for generating XPDL models from EPF
> models.
> Furthermore, there are already some people in the ATL community working
> on the business process field (and more precisely on XPDL). See the
> following thread of discussions in the M2M newsgroup:
> news://news.eclipse.org:119/f1g04l$q1k$1@build.eclipse.org

Yes! I keep a check on the M2M discussions about XPDL transformations and
other tips for ATL programming...

>> It woulde great to have a new feature in EPF to generate an ECORE model
>> of a delivery process... Is it possible?
>>

> I agree it would be great. Is there already an EPF metamodel available?

Umhh... yes, there is a UMA metamodel published on the EPF website and an
XSD of UMA. Now I'm modelling (part of) this metamodel in UML2.

> Best regards,

> Hugo

Regards,

Aitor.
Re: Transformation in ATL having as input an EPF model [message #33117 is a reply to message #32587] Wed, 23 May 2007 23:11 Go to previous messageGo to next message
Peter Haumer is currently offline Peter HaumerFriend
Messages: 228
Registered: July 2009
Senior Member
The meta-model is donated and available in Rational Software Architect 7
format now in CVS here: "\org.eclipse.epf.uma\model\1.0.4". You find there
two .emx files that contains the tool's meta-model before and after package
merge.

Peter.



"Aitor Bediaga" <aitor.bediaga@esi.es> wrote in message
news:bee029ab87ac543620ffd7f8f3beb8b9$1@www.eclipse.org...
> Hi Hugo, thank you for your comments...
>
>> ATL is a DSL for model-to-model transformation which is a core component
>> of the Eclipse/M2M project dedicated to model transformation. As a
>> consequence it is perfectly adequate for generating XPDL models from EPF
>> models.
>> Furthermore, there are already some people in the ATL community working
>> on the business process field (and more precisely on XPDL). See the
>> following thread of discussions in the M2M newsgroup:
>> news://news.eclipse.org:119/f1g04l$q1k$1@build.eclipse.org
>
> Yes! I keep a check on the M2M discussions about XPDL transformations and
> other tips for ATL programming...
>
>>> It woulde great to have a new feature in EPF to generate an ECORE model
>>> of a delivery process... Is it possible?
>>>
>
>> I agree it would be great. Is there already an EPF metamodel available?
>
> Umhh... yes, there is a UMA metamodel published on the EPF website and an
> XSD of UMA. Now I'm modelling (part of) this metamodel in UML2.
>
>> Best regards,
>
>> Hugo
>
> Regards,
>
> Aitor.
>
Re: Transformation in ATL having as input an EPF model [message #33186 is a reply to message #32518] Tue, 29 May 2007 14:46 Go to previous message
Marcel Hermanns is currently offline Marcel HermannsFriend
Messages: 6
Registered: July 2009
Junior Member
Hi Aitor,

I was extending the EPF publishing extension point (publishConfigWizard)
to create some CheatSheets from the defined process model using
OpenArchitectureWare while publishing the HTML websites. That is, while
you are publishing the process as HTML files you also could create other
stuff from the chosen process/configuration.

OpenArchitecureWare uses an (EPF Ecore-)model and some scripts for
model2model transformations or code generation.

Regards,
Marcel.
Re: Transformation in ATL having as input an EPF model [message #578396 is a reply to message #32518] Mon, 14 May 2007 12:43 Go to previous message
Hugo Bruneliere is currently offline Hugo BruneliereFriend
Messages: 674
Registered: July 2009
Senior Member
Aitor Bediaga a écrit :
> Hi folks,
>

Hi Aitor,

> I am working on defining transformation from EPF models to XPDL models.
> I want to generate a simple XPDL model from a simple EPF delivery
> process. First, I began using MOFScript transformation language, but I
> noticed that maybe it's more adequate to use ATL for this.
> Anyone has done something similar? Maybe I can forget transformation
> languages such as ATL or MOFScript and use Java directly?

ATL is a DSL for model-to-model transformation which is a core component
of the Eclipse/M2M project dedicated to model transformation. As a
consequence it is perfectly adequate for generating XPDL models from EPF
models.
Furthermore, there are already some people in the ATL community working
on the business process field (and more precisely on XPDL). See the
following thread of discussions in the M2M newsgroup:
news://news.eclipse.org:119/f1g04l$q1k$1@build.eclipse.org

>
> It woulde great to have a new feature in EPF to generate an ECORE model
> of a delivery process... Is it possible?
>

I agree it would be great. Is there already an EPF metamodel available?

> Any comment will be appreciated.
>
> Regards,
>
> Aitor Bediaga
> Research engineer at European Software Institute (ESI)
>

Best regards,

Hugo

--
--------------------------------------------------------
Hugo Bruneliere - R&D Engineer
ATLAS Group (INRIA & LINA) - University of Nantes
2, rue de la Houssiniere
44322 Nantes Cedex 3 - France
office +33 2 51 12 58 10 /\ cell.+33 6 07 42 45 30
EMail: Hugo.Bruneliere@univ-nantes.fr
http://www.sciences.univ-nantes.fr/lina/atl/
--------------------------------------------------------


--------------------------------------------------------
Hugo Bruneliere, PhD
NaoMod team (IMT Atlantique & LS2N-CNRS)
Nantes - France
--------------------------------------------------------
Re: Transformation in ATL having as input an EPF model [message #578415 is a reply to message #32553] Tue, 15 May 2007 09:20 Go to previous message
Aitor Bediaga is currently offline Aitor BediagaFriend
Messages: 22
Registered: July 2009
Junior Member
Hi Hugo, thank you for your comments...

> ATL is a DSL for model-to-model transformation which is a core component
> of the Eclipse/M2M project dedicated to model transformation. As a
> consequence it is perfectly adequate for generating XPDL models from EPF
> models.
> Furthermore, there are already some people in the ATL community working
> on the business process field (and more precisely on XPDL). See the
> following thread of discussions in the M2M newsgroup:
> news://news.eclipse.org:119/f1g04l$q1k$1@build.eclipse.org

Yes! I keep a check on the M2M discussions about XPDL transformations and
other tips for ATL programming...

>> It woulde great to have a new feature in EPF to generate an ECORE model
>> of a delivery process... Is it possible?
>>

> I agree it would be great. Is there already an EPF metamodel available?

Umhh... yes, there is a UMA metamodel published on the EPF website and an
XSD of UMA. Now I'm modelling (part of) this metamodel in UML2.

> Best regards,

> Hugo

Regards,

Aitor.
Re: Transformation in ATL having as input an EPF model [message #578748 is a reply to message #32587] Wed, 23 May 2007 23:11 Go to previous message
Peter Haumer is currently offline Peter HaumerFriend
Messages: 228
Registered: July 2009
Senior Member
The meta-model is donated and available in Rational Software Architect 7
format now in CVS here: "\org.eclipse.epf.uma\model\1.0.4". You find there
two .emx files that contains the tool's meta-model before and after package
merge.

Peter.



"Aitor Bediaga" <aitor.bediaga@esi.es> wrote in message
news:bee029ab87ac543620ffd7f8f3beb8b9$1@www.eclipse.org...
> Hi Hugo, thank you for your comments...
>
>> ATL is a DSL for model-to-model transformation which is a core component
>> of the Eclipse/M2M project dedicated to model transformation. As a
>> consequence it is perfectly adequate for generating XPDL models from EPF
>> models.
>> Furthermore, there are already some people in the ATL community working
>> on the business process field (and more precisely on XPDL). See the
>> following thread of discussions in the M2M newsgroup:
>> news://news.eclipse.org:119/f1g04l$q1k$1@build.eclipse.org
>
> Yes! I keep a check on the M2M discussions about XPDL transformations and
> other tips for ATL programming...
>
>>> It woulde great to have a new feature in EPF to generate an ECORE model
>>> of a delivery process... Is it possible?
>>>
>
>> I agree it would be great. Is there already an EPF metamodel available?
>
> Umhh... yes, there is a UMA metamodel published on the EPF website and an
> XSD of UMA. Now I'm modelling (part of) this metamodel in UML2.
>
>> Best regards,
>
>> Hugo
>
> Regards,
>
> Aitor.
>
Re: Transformation in ATL having as input an EPF model [message #578781 is a reply to message #32518] Tue, 29 May 2007 14:46 Go to previous message
Marcel Hermanns is currently offline Marcel HermannsFriend
Messages: 6
Registered: July 2009
Junior Member
Hi Aitor,

I was extending the EPF publishing extension point (publishConfigWizard)
to create some CheatSheets from the defined process model using
OpenArchitectureWare while publishing the HTML websites. That is, while
you are publishing the process as HTML files you also could create other
stuff from the chosen process/configuration.

OpenArchitecureWare uses an (EPF Ecore-)model and some scripts for
model2model transformations or code generation.

Regards,
Marcel.
Previous Topic:Updating to Eclipse 3.3
Next Topic:Updating to Eclipse 3.3
Goto Forum:
  


Current Time: Tue Apr 16 09:39:05 GMT 2024

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

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

Back to the top