Questions tagged [mde]

17 questions
0
votes
1 answer

what's the difference between QVTo and QVTr transformation?

I want to do a model to model transformation, from a model based on Java metamodel to a model based on C++ metamodel. I did some research and I found that QVT allow a bidirectional transformation but there is two types of QVT and I don't understand…
-1
votes
1 answer

EMF recursive subproperties

As you can see, the metamodel has a Test, which has properties. These can also have subproperties. I want now to code a method, which gives back the properties as well as all other subproperties. Here is the naive approach without recursion. Please…
1
2