-
Notifications
You must be signed in to change notification settings - Fork 4
Extending the StandardModelProvider
[Back to the overview of Concepts] (https://github.com/iks-github/MOGLiCodeCreator/wiki/Concepts)
The model read by the StandardModelProvider can be enriched by additional classes, attributes and metainfos that are read from other ModelProviders that extend the StandardModelProvider, e.g. the ExcelStandardModelProvider that reads model data from an Excel file.
To use this function, the metainfo 'useExtensionPlugin' must be added to the model of the StandardModelProvider. The value of this metainfo is supposed to be the name of a extension plugin such as "ExcelStandardModelProvider". If this plugin is found during runtime, the model data it reads, is added to the StandardModelProvider model.
[Back to the overview of Concepts] (https://github.com/iks-github/MOGLiCodeCreator/wiki/Concepts)