| [news.eclipse.modeling.m2m] Re: [ATL] Re: Two metamodels into one |
Hello,
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.
Yes you can do that, also using atl2006 compiler.
Regards,
William