Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » M2M (model-to-model transformation) » call a rule ATL
call a rule ATL [message #519368] Mon, 08 March 2010 16:12 Go to next message
No real name is currently offline No real nameFriend
Messages: 1
Registered: March 2010
Junior Member
Hello all,

I have one question, I hope that some of you can help me.

I want to make a transformation from UML to CORBA, I have two rules:
rule port {
from
s : A!Port
to
t : B!Facettes_Et_Puits_évenement (
name_facette <- s.NamePort

)
}
rule Composant {
from
s : A!Component
to
t : B!composantCORBA(
nom <- 'Brr_' + s.NameComponent,

)
}

I want to call the rule port_interface from the rule Composant, but I didn't know how.

Help me please
Re: call a rule ATL [message #542125 is a reply to message #519368] Wed, 23 June 2010 23:39 Go to previous messageGo to next message
Rafael  is currently offline Rafael Friend
Messages: 2
Registered: June 2010
Junior Member
I'm looking for some paper or whatever material for a model to model transformation from uml to corba idl. Please, help me.
Re: call a rule ATL [message #542391 is a reply to message #519368] Thu, 24 June 2010 17:01 Go to previous message
wafaa is currently offline wafaaFriend
Messages: 163
Registered: January 2010
Location: Egypt
Senior Member
hi

you can use called rule or helper or lazy rule
all can be called in another matched rule

I advise you to read some tutorials and the best is

http://sosym.dcs.kcl.ac.uk/events/mtip05/submissions/jouault _kurtev__transforming_models_with_atl.pdf

also many tutorials exist in the eclipse project specially the user manual
if u do not find them you can tell me and I will try to point to a group of it

wafaa
Previous Topic:UML to Corba IDL
Next Topic:AML - Error when creating weaver model in AML Eclipse bundle
Goto Forum:
  


Current Time: Thu Apr 25 14:14:26 GMT 2024

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

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

Back to the top