Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » AMW » Problem in Transfromation
Problem in Transfromation [message #470313] Wed, 08 July 2009 12:27 Go to next message
venkatesh  is currently offline venkatesh Friend
Messages: 41
Registered: July 2009
Member
Hi Marcos,

In Transformation

if i have ClassA--->B

then

my rule is

rule A_A1 extends B_2_B1 {
from
v_left : LdmMetaModel!A
to
v_right : PdmModel!A1 (
value <- v_left.value,
target <- v_left.target
)
}

if i have ClassA---->B,C(Esupertypes)


then how to write rule.I referred Scadefull example.

thanks in Advance

venky
Re: Problem in Transfromation [message #470314 is a reply to message #470313] Fri, 10 July 2009 14:06 Go to previous message
Marcos Didonet Del Fabro is currently offline Marcos Didonet Del FabroFriend
Messages: 84
Registered: July 2009
Member
Hello,

I haven't explicitly handled multiple inheritance in the weaving models. I
am not sure if ATL supports that either (you can check in the ATL
newsgroup).

If both B and C are abstract classes, you could extend your rule with the
"C" bindings, for instance.

Regards,

Marcos.
Previous Topic:ATLLauncher
Next Topic:[AMW] Status for Galileo
Goto Forum:
  


Current Time: Fri Apr 26 08:16:31 GMT 2024

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

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

Back to the top