MatiasVara / BCOoLExamples

This project contains BCOoL examples which includes the specification of a BCOoL operator plus a model. The BCOoL specification can be used to coordinate the models.
0 stars 0 forks source link

Problem in qvto when .ecore is imported in the ecl #4

Closed MatiasVara closed 9 years ago

MatiasVara commented 9 years ago

In some cases, in the generated qvto, the metamodels are not correctly imported. This occurs when the .ecl imports an .ecore. The transfo should check if the import is a .ecore and then return the corresponding NSURI.

MatiasVara commented 9 years ago

The problem was fixed. The transformation checks if the the first import in a .ecl is a NSURI or a ECORE. Then, in the second case, it loads the .ECORE and gets the corresponding NSURI.