Skip to main content



      Home
Home » Archived » M2M (model-to-model transformation) » For loop in ATL(For loop in ATL)
For loop in ATL [message #658275] Mon, 07 March 2011 11:46 Go to next message
Eclipse UserFriend
Hello all,

Is there a way to have an iterative for loop in ATL script as in Java or C by making it loops around a counter, for example: for(i=1, i<10, i++).
I would appreciate any help in this!

Thanks, Ola
Re: For loop in ATL [message #658665 is a reply to message #658275] Wed, 09 March 2011 07:36 Go to previous message
Eclipse UserFriend
Hi Ola,
Sure! Take a look at http://wiki.eclipse.org/ATL/User_Guide_-_The_ATL_Language

for(iterator in collection) {
statements
}

Regards,
Ronan
Previous Topic:[QVTo] Is it possible to use blackbox libraries when running standalone?
Next Topic:[ATL] Refining mode usage with UML Profile
Goto Forum:
  


Current Time: Sun Aug 31 16:23:06 EDT 2025

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

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

Back to the top