Hello ! I had a look at the BasicCodeGenerator. I analysed the example and then, I tried it with my own EMOF models. Of course, I got some surprising results :) For example, when you visit a Package, you apply the visitor ( the BasicCodeGenerator) on its nesting package. In your example, with the EMOF model, there is no problems because there is only one package. But in a model with subpackages, it results in an infiny loop. So, I don't understand why it is necessary to visit the nesting package. Any idea ? Thank you
Sara