From 48595b3ea0ce17386cc78d54e3c4ca34ea5ea8b5 Mon Sep 17 00:00:00 2001 From: Christopher <christopher.werner@mailbox.tu-dresden.de> Date: Sun, 21 Mar 2021 14:03:43 +0000 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c6ad12..7a62949 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 -- GitLab