|
|
Re: BPMN to DD-lotos using Acceleo [message #1761020 is a reply to message #1760999] |
Fri, 05 May 2017 11:04   |
nihad rahabi 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
|
|
|
|
Powered by
FUDForum. Page generated in 0.06220 seconds