Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [henshin-dev] subunit execution in Independent unit

Hi Subramanya,

an IndependentUnit represents a single non-deterministic choice. 
If you want to apply all subunits as long as possible, you need to
create a LoopUnit and call the IndependentUnit from the LoopUnit.

Cheers,
Christian
 


2013/9/3 Subramanya K G <subramanya.kg@xxxxxxxxx>

Hi,

I wanted to know if all the subunits in a Independent transformation unit will be executed independently or only one subunit out of many will be finally executed.
--

I have an Independent unit as shown in the attached screenshot, finally on executing it I see only one subunit being executed. Is there any reason for it??



Thanks in advance.

Thanks & Regards,
 Subramanya


_______________________________________________
henshin-dev mailing list
henshin-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/henshin-dev



Back to the top