Skip to main content



      Home
Home » Archived » AMW » Problem in Transfromation
Problem in Transfromation [message #470313] Wed, 08 July 2009 08:27 Go to next message
Eclipse UserFriend
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 10:06 Go to previous message
Eclipse UserFriend
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: Sat May 17 15:38:27 EDT 2025

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

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

Back to the top