Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » M2M (model-to-model transformation) » [ATL] condition in super-rules
[ATL] condition in super-rules [message #85101] Tue, 24 June 2008 16:25
Ivano is currently offline IvanoFriend
Messages: 35
Registered: July 2009
Member
Hi all, I looked at ATL language troubleshooter wiki page but I did not
find the documentation on how the conditions of hierarchically related
rules are managed, is there anyone that has some experience on that?

I mean,

abstract rule A {
from(conditionA) [fromA]
using [usingA]
to [toA]
do [doA]
}
rule B extends A {
from(conditionB) [fromB]
using [usingB]
to [toB]
do [doB]
}

What happens, for example if while matching rule B, conditionB evaluates
to true and conditionA is false?

This is only one of the interesting cases...

Regards,
Ivano
Previous Topic:ATL for Eclipse 3.2.2
Next Topic:[ATL] Inter-model References
Goto Forum:
  


Current Time: Fri Dec 27 00:58:16 GMT 2024

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

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

Back to the top