Skip to content

Glossary

iks github user edited this page Jun 10, 2014 · 6 revisions

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] (https://github.com/iks-github/MOGLiCodeCreator/wiki)

Clone this wiki locally