diff --git a/README.md b/README.md index 4c6ad1257fc17e565d72bf26e6186b638dcf089b..7a62949c1e588714c8502bc4e082363b20071a79 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ -# model_join +# ModelJoin -Contains everything from the ModelJoin syntax for our role projects. \ No newline at end of file +This repository contains an Antlr Grammar of the **ModelJoin** Language from [Burger 2014, Burger 2016] for view type generation. It is used in the Role-based Single Underlying Model (**RSUM**) approach to describe queries that are used for view type generation. In addition, the repository contains tests and model join queries for testing. The tests using a library example with three different models. + +- **Burger 2014**: E. Burger, J. Henß, S. Kruse, M. Küster, A. Rentschler, and L. Happe, ModelJoin: A Textual Domain-Specific Language for the Combination of Heterogeneous Models. KIT, Fakultät für Informatik, 2014 +- **Burger 2016**: E. Burger, J. Henss, M. Küster, S. Kruse, and L. Happe, View-Based Model-Driven Software Development with ModelJoin. Software & Systems Modeling, 2016 , volume 15, pages 473-496