Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » ATL » computing the time complexity of the atl transformation rules(how computing the time complexity of the atl transformation rules)
computing the time complexity of the atl transformation rules [message #1804334] Fri, 22 March 2019 15:23 Go to next message
Cristina Redriguez is currently offline Cristina RedriguezFriend
Messages: 10
Registered: February 2017
Junior Member
Hi,

My goal is to check the quality of my transformation rules. That's why I had the idea to calculate its complexity. I don't know if it's possible because I spent a lot of time researching how the complexity of an ATL program is calculated. Unfortunately, I did not find any idea. I would be grateful if someone help me.

[Updated on: Fri, 22 March 2019 15:24]

Report message to a moderator

Re: computing the time complexity of the atl transformation rules [message #1805928 is a reply to message #1804334] Sun, 28 April 2019 16:13 Go to previous message
Dennis Wagelaar is currently offline Dennis WagelaarFriend
Messages: 581
Registered: September 2012
Location: Belgium
Senior Member

The time complexity order is not defined by the ATL language. Instead, it is determined by the VM implementation and/or compiler implementation. This currently comes down to O(n^x) for matched rules, where x is the number of input elements. For all other ATL code, you need to determine yourself how often it is invoked.

Cheers,
Dennis
Previous Topic:open ATL editor programmatically
Next Topic:Problem with a simple transformation using EMFTVM
Goto Forum:
  


Current Time: Sat Nov 11 08:19:59 GMT 2023

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

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

Back to the top