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
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.
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.
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.