Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » ATL » exemple of condition in transformation ATL
exemple of condition in transformation ATL [message #1022090] Thu, 21 March 2013 09:10 Go to next message
samar sousou is currently offline samar sousouFriend
Messages: 63
Registered: March 2013
Member
Hi,
please i want an exemple of atl transformation with input condition.

Thanks in advance.

Samar.
Re: exemple of condition in transformation ATL [message #1022094 is a reply to message #1022090] Thu, 21 March 2013 09:13 Go to previous message
Federico Toledo is currently offline Federico ToledoFriend
Messages: 97
Registered: April 2012
Location: Ciudad Real, Spain
Member
do you mean something like this:


rule Member2Female {
from
s: Families!Member (s.isFemale())
to
t: Persons!Female (
fullName <- s.firstName + ' ' + s.familyName
)
}



I got that from the first result in the google search for "atl example"......
Previous Topic:Use XSD Metamodel in ATL
Next Topic:The problem of transformation
Goto Forum:
  


Current Time: Fri Apr 19 03:25:18 GMT 2024

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

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

Back to the top