[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.m2m] Re: [ATL] Re: Two metamodels into one

thanks, but i donŽt want multiple outputs, what i want itŽs multiple inputs.

make a atl file within two or more ecore files in from section in rule statement.

my question is, if i can make something like this

rule Author2
{
from a : Author!Author,
b : Author2!Author2

to
p : Person!Person
(
name <- a.name, surname <- b.surname
)
}


the from with two inputs "a" and "b" and mixin to make only once outpus.