Problems with kdm in an ATL transformation [message #930438] |
Tue, 02 October 2012 06:11  |
Eclipse User |
|
|
|
Hi everyone,
I am trying to implement an ATL transformation between KDM and another metamodel. This is as simple as:
module kdm2cms;
create cmscm : CMSCM from kdm : KDM;
rule kdm2cms {
from
kdm : KDM!Segment
to
cmscm : CMSCM!CMSModel
}
I try to transform the Segment element from the Inventory Model to a CMSModel element (an element of our metamodel).
When I launch the transformation any error appears in the console or in the error log, but the file generated is empty.
Otherwise, I have implemented a transformation transforming on the contrary (from a CMSModel to a Segment) and it works.
If any of you can help I'd be grateful.
Feliu
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04719 seconds