Skip to content
Ábel Hegedüs edited this page Jul 2, 2015 · 3 revisions

Welcome to the EMDW-MC wiki!

If you are new here, start on this page and read the user guide.

Overview

The EMDW Model Compiler processes UML models to generate executable source code. The input and internal models are subject to validation, as described in Validation-Rules. The main steps of the compilation are:

  1. Incremental mapping of UML to an internal xtUML model representation.
  1. Preparing an initial OOPL model based on the xtUML model.
  1. Processing the action code in the UML model and updating the initial OOPL model.
  2. Batch generation of source code from the OOPL model.
  1. Serializing the source code to files and folders on disk.

Testing related information

Details

Clone this wiki locally