Community
Participate
Working Groups
The old DiResourceSet is deprecated. We should use the ModelSet instead. The DiResourceSet will be removed as soon as it is not used anymore. The idea is now to use the concept of Model rather than Resource (a Resource can contains several models, or a model can be splitted in several Resources.). For each Model, there is a XxxUtils class allowing to load easily the Model. The notion of Resource should be encapsulated as much as possible in the Model.
DiResourceSet has been mostly removed. The only thing added now by the DiResourceSet compared to the ModelSet is the embedded ModelsReader. All methods implemented in the DiResourceSet have been moved to specific Util methods. (e.g. NotationUtil, UmlUtil, etc.) So, the DiResourceSet has not be fully removed, but I think it can now remain as-is. I close this task.