Community
Participate
Working Groups
The model loader service load all files. The code is in one class. We should dispatch model loading for each file (di, diagram, ...) in their own class. Each subloader register to the main loader. The main loader will command subloader. This will allow loading of other files if necessary. This will allow to load only necessary files.
The class ModelSet and Model allows to register models individually.