vsimko / xmf

Xtend-centric meta-model specification
MIT License
0 stars 0 forks source link

generate proper feature IDs inside *Package #6

Open vsimko opened 9 years ago

vsimko commented 9 years ago

There is currently only a dummy implementation in file ModelPackageTransformation.xtend. We need to compute the feature IDs properly by using the inheritance hierarchy the same way EMF generator does it.

vsimko commented 9 years ago

The code should be here: org.xmf.annot.ModelPackageTransformation.addFields_MetaObjectFeatures(Iterable)

vsimko commented 9 years ago

related code is also here: org.xmf.annot.ModelPackageTransformation.addMethod_initializePackageContents(Iterable) org.xmf.annot.ModelPackageTransformation.addMethod_createPackageContents(Iterable) org.xmf.annot.ModelPackageTransformation.addFields_MetaObjectFeatureCounts(Iterable)