You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current MetaModel only supports converting between a single CTO file or ModelFile object and the MetaModel. Names can be resolved if a model manager is passed as well. It would be useful to allow conversion between a set of related CTO files or a full ModelManager and the MetaModel.
Use Case
This would allow to have full type information for a model, including its imports, making the MetaModel stand-alone.
Possible Solution
Add a new top-level notion of concerto.metamodel.Models containing an array of concerto.metamodel.Model for each CTO file.
Add conversion between concerto.metamodel.Models and ModelManager
Add corresponding CLI support
The text was updated successfully, but these errors were encountered:
Hey! @jeromesimeon I would like to know more about this feature-request, and then to solve this. I would love if you can assign this to me, and give a starting point for this feature-requerst :)
Feature Request ๐๏ธ
Current MetaModel only supports converting between a single CTO file or ModelFile object and the MetaModel. Names can be resolved if a model manager is passed as well. It would be useful to allow conversion between a set of related CTO files or a full ModelManager and the MetaModel.
Use Case
Possible Solution
concerto.metamodel.Models
containing an array ofconcerto.metamodel.Model
for each CTO file.concerto.metamodel.Models
andModelManager
The text was updated successfully, but these errors were encountered: