-
Notifications
You must be signed in to change notification settings - Fork 4
Glossary
[Back to arc42 overview] (https://github.com/iks-github/MOGLiCodeCreator/wiki/Architectural-Documentation)
Class-based: A attribute of the generator plugin which indicates that its templates are applied separately on each class within the model creating a separate artefact for each class.
Generator: A plugin type for modules that are able to create source code from its templates and the model data.
Model: A set of business data stored in the model file to be merged with a template to become source code.
Model-based: A attribute of a generator plugin which indicates that its templates are applied only once on the whole model creating (or inserting into) only a single artefact.
Template: A source code pattern containing space holders that are replaced by business data during code generation.
Provider: A plugin type for helper modules that provides information used by generator plugins.
[Back to arc42 overview] (https://github.com/iks-github/MOGLiCodeCreator/wiki/Architectural-Documentation)