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