Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » M2T (model-to-text transformation) » BPMN to DD-lotos using Acceleo
icon7.gif  BPMN to DD-lotos using Acceleo [message #1760994] Fri, 05 May 2017 06:38 Go to next message
nihad rahabi is currently offline nihad rahabiFriend
Messages: 13
Registered: March 2017
Junior Member
hi,
Now I'm doing my research, it's for conversion of BPMN notation to DD-lotos language , but i have problem, with gateway notation .
look at image i describe my problem.
  • Attachment: VOIR.PNG
    (Size: 19.30KB, Downloaded 236 times)
  • Attachment: VOIR.PNG
    (Size: 19.26KB, Downloaded 288 times)

[Updated on: Fri, 05 May 2017 06:41]

Report message to a moderator

Re: BPMN to DD-lotos using Acceleo [message #1760999 is a reply to message #1760994] Fri, 05 May 2017 08:17 Go to previous messageGo to next message
Ed Willink is currently offline Ed WillinkFriend
Messages: 7655
Registered: July 2009
Senior Member
Hi

No idea what your problem is, but I'm pretty sure M2T is the wrong way. I would use an M2M from BPMN to DD-lotus Model, then an M2T if actually necessary from DD-lotus Model to DD-lotus text.

Regards

Ed Willink
Re: BPMN to DD-lotos using Acceleo [message #1761020 is a reply to message #1760999] Fri, 05 May 2017 11:04 Go to previous messageGo to next message
nihad rahabi is currently offline nihad rahabiFriend
Messages: 13
Registered: March 2017
Junior Member
Hi,
DD-LOTOS is formale langage <>Lotus model
and i have problem for represent each independent path to the another.
this is my trying
-------------------------------------------------------------------------------------------------------------------
[template public Gatway(aGatway : Gatway)]
[if (self.oclIsKindOf(XOR))]

[let S : Sequence(Sequence_Flow)= siblings(Sequence_Flow )]
(
[for (a: Sequence_Flow|S)separator ('[]')]
[let From : ObjectGraphic = aGatway]
[if (a.From=From)]11
[for (G : Sequence_Flow | S)]
[let GG : ObjectGraphic = G.To]
[GG.Name1/] [/let] [/for]
[/if][/let]
---------------------------------------------------------------------------------------------------------------------------------------
thank you

[Updated on: Fri, 05 May 2017 13:36]

Report message to a moderator

Re: BPMN to DD-lotos using Acceleo [message #1766151 is a reply to message #1761020] Fri, 16 June 2017 13:41 Go to previous message
Laurent Goubet is currently offline Laurent GoubetFriend
Messages: 1902
Registered: July 2009
Senior Member
Hi,

Please tell us exactly what the problem is, since I don't understand the question or the issue either from your screenshots or from your sample template.

Laurent Goubet
Obeo
Previous Topic:Operator and
Next Topic:[Acceleo] JMerge tags with standalone generator
Goto Forum:
  


Current Time: Fri Apr 19 09:38:22 GMT 2024

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

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

Back to the top