2019
|
Arne Lange, Colin Atkinson On the Rules for Inheritance in LML Inproceedings 2019 ACM/IEEE 22nd International Conference on Model Driven Engineering Languages and Systems Companion (MODELS-C), pp. 113-118, 2019. Links | BibTeX @inproceedings{inheritance,
title = {On the Rules for Inheritance in LML},
author = {Arne Lange, Colin Atkinson},
doi = {10.1109/MODELS-C.2019.00021},
year = {2019},
date = {2019-11-21},
booktitle = {2019 ACM/IEEE 22nd International Conference on Model Driven Engineering Languages and Systems Companion (MODELS-C)},
pages = {113-118},
keywords = {},
pubstate = {published},
tppubtype = {inproceedings}
}
|
2018
|
Arne Lange, Colin Atkinson Multi-level modeling with MELANEE Inproceedings 2018. Links | BibTeX @inproceedings{langemulti,
title = {Multi-level modeling with MELANEE},
author = {Arne Lange, Colin Atkinson},
url = {http://ceur-ws.org/Vol-2245/multi_paper_3.pdf},
year = {2018},
date = {2018-10-16},
journal = {Proceedings of MODELS 2018 Workshops},
volume = {Vol-2245},
keywords = {},
pubstate = {published},
tppubtype = {inproceedings}
}
|
2017
|
Gerbig, Ralph Deep, Seamless, Multi-format, Multi-notation Definition and Use of Domain-specific Languages PhD Thesis University of Mannheim, 2017, ISBN: 978-3-8439-3066-6. Abstract | Links | BibTeX @phdthesis{Gerbig2017,
title = {Deep, Seamless, Multi-format, Multi-notation Definition and Use of Domain-specific Languages},
author = {Ralph Gerbig},
url = {https://ub-madoc.bib.uni-mannheim.de/42010},
isbn = {978-3-8439-3066-6},
year = {2017},
date = {2017-02-24},
school = {University of Mannheim},
abstract = {Domain-specific modeling has gained increased attention in industry and academia in recent years leading to the emergence of numerous highly specialized, domain-specific modeling approaches and tools. However, the tools available today focus on one specific aspect of domain-specific modeling and tend to be isolated and difficult to integrate with each other. For instance, some tools focus exclusively on graphical, diagrammatic languages, while others focus on textual languages. The problems caused by this heterogeneous tool landscape become most evident when attempting to use multiple formats together.
A first step towards integrating different modeling formats within one single environment has been taken by the latest projective modeling environments which support the embedding of non-textual formats (e.g. tables) into textual model editors. However, in these modeling environments the textual format dominates the embedded formats. Moreover, all of these tools are based on two-level modeling technologies which are limited to one, hard-wired metamodel describing the modeling language and one instance level describing the user model expressed in terms of the language. In addition to the metamodel, the concrete syntax features offered by today?s modeling tools are typically hardwired as well. When multiple notations are available, modelers usually have to decide for one notation before starting. To view the model in an alternative notation, the model has to be opened in a second editor.
The approach presented in this thesis for the deep, seamless, multi-format, multi-notation definition and use of domain-specific languages overcomes the aforementioned weaknesses. First, it treats all formats equally, no matter whether text, diagram or some other format. This allows different formats to be used side-by-side, as desired, without influencing one another negatively. Second, it allows a given format to be visualized in multiple notations in one editor, side-by-side. Third, the inherently deep architecture allows deep visualizations to be defined spanning as many classification levels as needed for language definition and use. Fourth, language definitions and visualizations are soft, like language applications, and can be changed at any time by modelers. The approach has been validated by means of an Eclipse EMF-based prototype implementation, called Melanee, and applied to a running example motivated by the ArchiMate Enterprise Architecture Modeling standard.},
keywords = {},
pubstate = {published},
tppubtype = {phdthesis}
}
Domain-specific modeling has gained increased attention in industry and academia in recent years leading to the emergence of numerous highly specialized, domain-specific modeling approaches and tools. However, the tools available today focus on one specific aspect of domain-specific modeling and tend to be isolated and difficult to integrate with each other. For instance, some tools focus exclusively on graphical, diagrammatic languages, while others focus on textual languages. The problems caused by this heterogeneous tool landscape become most evident when attempting to use multiple formats together.
A first step towards integrating different modeling formats within one single environment has been taken by the latest projective modeling environments which support the embedding of non-textual formats (e.g. tables) into textual model editors. However, in these modeling environments the textual format dominates the embedded formats. Moreover, all of these tools are based on two-level modeling technologies which are limited to one, hard-wired metamodel describing the modeling language and one instance level describing the user model expressed in terms of the language. In addition to the metamodel, the concrete syntax features offered by today?s modeling tools are typically hardwired as well. When multiple notations are available, modelers usually have to decide for one notation before starting. To view the model in an alternative notation, the model has to be opened in a second editor.
The approach presented in this thesis for the deep, seamless, multi-format, multi-notation definition and use of domain-specific languages overcomes the aforementioned weaknesses. First, it treats all formats equally, no matter whether text, diagram or some other format. This allows different formats to be used side-by-side, as desired, without influencing one another negatively. Second, it allows a given format to be visualized in multiple notations in one editor, side-by-side. Third, the inherently deep architecture allows deep visualizations to be defined spanning as many classification levels as needed for language definition and use. Fourth, language definitions and visualizations are soft, like language applications, and can be changed at any time by modelers. The approach has been validated by means of an Eclipse EMF-based prototype implementation, called Melanee, and applied to a running example motivated by the ArchiMate Enterprise Architecture Modeling standard. |
2016
|
Lange, Arne dACL: the deep constraint and action language for static and dynamic semantic definition in Melanee Masters Thesis University of Mannheim, 2016. Abstract | Links | BibTeX @mastersthesis{deepOCL2,
title = {dACL: the deep constraint and action language for static and dynamic semantic definition in Melanee},
author = {Arne Lange},
url = {http://ub-madoc.bib.uni-mannheim.de/43490/},
year = {2016},
date = {2016-12-30},
school = {University of Mannheim},
abstract = {The Unified Modeling Language (UML) is the de facto standard for modeling
software. But due to some limitations of UML a new modeling paradigm was
born, called Multi-Level Modeling or Deep Modeling, allowing the user to model
across multiple ontological levels. The software engineering group at the Uni-
versity of Mannheim has developed a multi-level modeling tool which is called
?Melanee?. To attract more users to this modeling paradigm, Melanee needs
the same extensions as UML, such as a constraint language, an action language
or a transformation language in order to help its users create precise and useful
models.
There has been some effort to integrate a deep modeling constraint language
into Melanee, but the usability of this dialect turned out to be limited. This
thesis aims at raising the usability of the deep modeling constraint language
dialect by customizing the Object Constraint Language (OCL) standard language
definition, which is the constraint language extension for UML. Many of the
semantic navigation definitions are based on the work of Kantner.},
keywords = {},
pubstate = {published},
tppubtype = {mastersthesis}
}
The Unified Modeling Language (UML) is the de facto standard for modeling
software. But due to some limitations of UML a new modeling paradigm was
born, called Multi-Level Modeling or Deep Modeling, allowing the user to model
across multiple ontological levels. The software engineering group at the Uni-
versity of Mannheim has developed a multi-level modeling tool which is called
?Melanee?. To attract more users to this modeling paradigm, Melanee needs
the same extensions as UML, such as a constraint language, an action language
or a transformation language in order to help its users create precise and useful
models.
There has been some effort to integrate a deep modeling constraint language
into Melanee, but the usability of this dialect turned out to be limited. This
thesis aims at raising the usability of the deep modeling constraint language
dialect by customizing the Object Constraint Language (OCL) standard language
definition, which is the constraint language extension for UML. Many of the
semantic navigation definitions are based on the work of Kantner. |
Gerbig, Ralph ; Atkinson, Colin ; de Lara, Juan ; Guerra, Esther A Feature-based Comparison of Melanee and Metadepth. Inproceedings MULTI@ MoDELS, pp. 25 - 34, 2016. Links | BibTeX @inproceedings{gerbig2016feature,
title = {A Feature-based Comparison of Melanee and Metadepth.},
author = {Gerbig, Ralph and Atkinson, Colin and de Lara, Juan and Guerra, Esther},
url = {http://swt4.informatik.uni-mannheim.de/multi-2016/papers/MULTI_2016_paper_2.pdf},
year = {2016},
date = {2016-10-04},
booktitle = {MULTI@ MoDELS},
pages = {25 - 34},
keywords = {},
pubstate = {published},
tppubtype = {inproceedings}
}
|
Atkinson, Colin; Gerbig, Ralph Flexible Deep Modeling with Melanee Inproceedings Reimer, Stefanie Betz Ulrich (Ed.): Modellierung 2016, 2.-4. März 2016, Karlsruhe - Workshopband, pp. 117–122, Gesellschaft für Informatik, Bonn, 2016, ISBN: 978-3-88579-649-7. Links | BibTeX @inproceedings{AtkinsonG16,
title = {Flexible Deep Modeling with Melanee},
author = {Colin Atkinson and Ralph Gerbig},
editor = {Stefanie Betz Ulrich Reimer},
url = {http://subs.emis.de/LNI/Proceedings/Proceedings255/117.pdf},
isbn = {978-3-88579-649-7},
year = {2016},
date = {2016-01-01},
booktitle = {Modellierung 2016, 2.-4. M\"{a}rz 2016, Karlsruhe - Workshopband},
volume = {255},
pages = {117--122},
publisher = {Gesellschaft f\"{u}r Informatik},
address = {Bonn},
series = {Modellierung 2016},
keywords = {},
pubstate = {published},
tppubtype = {inproceedings}
}
|
2015
|
Atkinson, Colin; Gerbig, Ralph; Kühne, Thomas Opportunities and Challenges for Deep Constraint Languages Inproceedings Brucker, Achim D; Egea, Marina; Gogolla, Martin; Tuong, Frédéric (Ed.): Proceedings of the 15th International Workshop on OCL and Textual Modeling, pp. 3-18, CEUR Workshop Proceedings, 2015. Links | BibTeX @inproceedings{ocl2015,
title = {Opportunities and Challenges for Deep Constraint Languages},
author = {Colin Atkinson and Ralph Gerbig and Thomas K\"{u}hne},
editor = {Achim D. Brucker and Marina Egea and Martin Gogolla and Fr\'{e}d\'{e}ric Tuong},
url = {http://ceur-ws.org/Vol-1512/paper01.pdf},
year = {2015},
date = {2015-09-27},
booktitle = {Proceedings of the 15th International Workshop on OCL and Textual Modeling},
volume = {1512},
pages = {3-18},
publisher = {CEUR Workshop Proceedings},
series = {OCL 2015},
keywords = {},
pubstate = {published},
tppubtype = {inproceedings}
}
|
Atkinson, Colin; Gerbig, Ralph; Metzger, Noah On the Execution of Deep Models Inproceedings Mayerhofer, Tanja; Langer, Philip; Seidewitz, Ed; Gray, Jeff (Ed.): Proceedings of the 1st International Workshop on Executable Modeling, pp. 28-33, CEUR Workshop Proceedings, 2015. Links | BibTeX @inproceedings{exe2015,
title = {On the Execution of Deep Models},
author = {Colin Atkinson and Ralph Gerbig and Noah Metzger},
editor = {Tanja Mayerhofer and Philip Langer and Ed Seidewitz and Jeff Gray},
url = {http://ceur-ws.org/Vol-1560/paper5.pdf},
year = {2015},
date = {2015-09-27},
booktitle = {Proceedings of the 1st International Workshop on Executable Modeling},
volume = {1560},
pages = {28-33},
publisher = {CEUR Workshop Proceedings},
series = {EXE 2015},
keywords = {},
pubstate = {published},
tppubtype = {inproceedings}
}
|
Atkinson, Colin; Gerbig, Ralph Aspect-oriented Concrete Syntax Definition for Deep Modeling Languages Inproceedings Atkinson, Colin; Grossmann, Georg; Kühne, Thomas; de Lara, Juan (Ed.): Proceedings of the 2nd International Workshop on Multi-Level Modelling, pp. 13-22, CEUR Workshop Proceedings, 2015. Links | BibTeX @inproceedings{multi2015,
title = {Aspect-oriented Concrete Syntax Definition for Deep Modeling Languages},
author = {Colin Atkinson and Ralph Gerbig},
editor = {Colin Atkinson and Georg Grossmann and Thomas K\"{u}hne and Juan de Lara},
url = {http://ceur-ws.org/Vol-1505/p2.pdf},
year = {2015},
date = {2015-09-27},
booktitle = {Proceedings of the 2nd International Workshop on Multi-Level Modelling},
volume = {1505},
pages = {13-22},
publisher = {CEUR Workshop Proceedings},
series = {MULTI 2015},
keywords = {},
pubstate = {published},
tppubtype = {inproceedings}
}
|
Atkinson, Colin; Gerbig, Ralph; Kühne, Thomas A unifying approach to connections for multi-level modeling Inproceedings Model Driven Engineering Languages and Systems (MODELS), 2015 ACM/IEEE 18th International Conference on, pp. 216-225, 2015. Links | BibTeX @inproceedings{UnifiedConnections,
title = {A unifying approach to connections for multi-level modeling},
author = {Colin Atkinson and Ralph Gerbig and Thomas K\"{u}hne},
doi = {10.1109/MODELS.2015.7338252},
year = {2015},
date = {2015-09-01},
booktitle = {Model Driven Engineering Languages and Systems (MODELS), 2015 ACM/IEEE 18th International Conference on},
pages = {216-225},
keywords = {},
pubstate = {published},
tppubtype = {inproceedings}
}
|
Atkinson, Colin; Gerbig, Ralph; Fritzsche, Mathias A multi-level approach to modeling language extension in the Enterprise Systems Domain Journal Article Information Systems, 54 , pp. 289-307, 2015, ISSN: 0306-4379. Links | BibTeX @article{Atkinson2015,
title = {A multi-level approach to modeling language extension in the Enterprise Systems Domain},
author = {Colin Atkinson and Ralph Gerbig and Mathias Fritzsche},
url = {http://www.sciencedirect.com/science/article/pii/S0306437915000137},
doi = {10.1016/j.is.2015.01.003},
issn = {0306-4379},
year = {2015},
date = {2015-01-01},
journal = {Information Systems},
volume = {54},
pages = {289-307},
keywords = {},
pubstate = {published},
tppubtype = {article}
}
|
2014
|
Atkinson, Colin; Gerbig, Ralph; Kühne, Thomas Comparing Multi-Level Modeling Approaches Inproceedings Atkinson, Colin; Grossmann, Georg; Kühne, Thomas; de Lara, Juan (Ed.): Proceedings of the Workshop on Multi-Level Modelling, pp. 53-61, CEUR Workshop Proceedings, 2014, ISSN: 1613-0073. Links | BibTeX @inproceedings{Atkinson2014b,
title = {Comparing Multi-Level Modeling Approaches},
author = {Colin Atkinson and Ralph Gerbig and Thomas K\"{u}hne},
editor = {Colin Atkinson and Georg Grossmann and Thomas K\"{u}hne and Juan de Lara},
url = {http://ceur-ws.org/Vol-1286/p6.pdf},
issn = {1613-0073},
year = {2014},
date = {2014-09-28},
booktitle = {Proceedings of the Workshop on Multi-Level Modelling},
volume = {1286},
pages = {53-61},
publisher = {CEUR Workshop Proceedings},
series = {MULTI 2014},
keywords = {},
pubstate = {published},
tppubtype = {inproceedings}
}
|
Atkinson, Colin; Gerbig, Ralph; Markert, Katharina; Zrianina, Mariia; Egurnov, Alexander; Kajzar, Fabian Towards a Deep, Domain Specific Modeling Framework for Robot Applications Inproceedings Proceedings of the 1st International Workshop on Model-Driven Robot Software Engineering, pp. 4-15, CEUR Workshop Proceedings, 2014. Links | BibTeX @inproceedings{Atkinson2014,
title = {Towards a Deep, Domain Specific Modeling Framework for Robot Applications},
author = {Colin Atkinson and Ralph Gerbig and Katharina Markert and Mariia Zrianina and Alexander Egurnov and Fabian Kajzar},
url = {http://ceur-ws.org/Vol-1319/},
year = {2014},
date = {2014-07-21},
booktitle = {Proceedings of the 1st International Workshop on Model-Driven Robot Software Engineering},
volume = {1319},
pages = {4-15},
publisher = {CEUR Workshop Proceedings},
series = {MORSE 2014},
keywords = {},
pubstate = {published},
tppubtype = {inproceedings}
}
|
Atkinson, Colin; Gerbig, Ralph Level-Agnostic Designation of Model Elements Inproceedings Cabot, Jordi; Rubin, Julia (Ed.): Modelling Foundations and Applications, pp. 18-34, Springer International Publishing, 2014, ISBN: 978-3-319-09194-5. Links | BibTeX @inproceedings{ecmfa2014,
title = {Level-Agnostic Designation of Model Elements},
author = { Colin Atkinson and Ralph Gerbig},
editor = {Jordi Cabot and Julia Rubin},
url = {http://dx.doi.org/10.1007/978-3-319-09195-2_2},
doi = {10.1007/978-3-319-09195-2_2},
isbn = {978-3-319-09194-5},
year = {2014},
date = {2014-01-01},
booktitle = {Modelling Foundations and Applications},
volume = {8569},
pages = {18-34},
publisher = {Springer International Publishing},
series = {Lecture Notes in Computer Science},
keywords = {},
pubstate = {published},
tppubtype = {inproceedings}
}
|
Kantner, Dominik Specification and Implementation of a Deep OCL Dialect Masters Thesis University of Mannheim, 2014. Links | BibTeX @mastersthesis{deepOCL,
title = {Specification and Implementation of a Deep OCL Dialect},
author = {Kantner, Dominik},
url = {https://ub-madoc.bib.uni-mannheim.de/37143/},
year = {2014},
date = {2014-01-01},
school = {University of Mannheim},
keywords = {},
pubstate = {published},
tppubtype = {mastersthesis}
}
|
2013
|
Atkinson, Colin; Gerbig, Ralph ; Tunjic, Christian A Multi-level Modeling Environment for SUM-based Software Engineering Inproceedings Proceedings of the 1st Workshop on View-Based, Aspect-Oriented and Orthographic Software Modelling, pp. 2:1–2:9, ACM, Montpellier, France, 2013, ISBN: 978-1-4503-2070-2. Links | BibTeX @inproceedings{Atkinson:2013:MME:2489861.2489868,
title = {A Multi-level Modeling Environment for SUM-based Software Engineering},
author = { Colin Atkinson and Ralph Gerbig and Christian Tunjic},
url = {http://doi.acm.org/10.1145/2489861.2489868},
isbn = {978-1-4503-2070-2},
year = {2013},
date = {2013-01-01},
booktitle = {Proceedings of the 1st Workshop on View-Based, Aspect-Oriented and Orthographic Software Modelling},
pages = {2:1--2:9},
publisher = {ACM},
address = {Montpellier, France},
series = {VAO '13},
keywords = {},
pubstate = {published},
tppubtype = {inproceedings}
}
|
Atkinson, Colin; Gerbig, Ralph Harmonizing Textual and Graphical Visualizations of Domain Specific Models Inproceedings Proceedings of the Second Workshop on Graphical Modeling Language Development, pp. 32–41, ACM, Montpellier, France, 2013, ISBN: 978-1-4503-2044-3. Links | BibTeX @inproceedings{Atkinson:2013:HTG:2489820.2489823,
title = {Harmonizing Textual and Graphical Visualizations of Domain Specific Models},
author = { Colin Atkinson and Ralph Gerbig},
url = {http://doi.acm.org/10.1145/2489820.2489823},
isbn = {978-1-4503-2044-3},
year = {2013},
date = {2013-01-01},
booktitle = {Proceedings of the Second Workshop on Graphical Modeling Language Development},
pages = {32--41},
publisher = {ACM},
address = {Montpellier, France},
series = {GMLD '13},
keywords = {},
pubstate = {published},
tppubtype = {inproceedings}
}
|
Atkinson, Colin; Gerbig, Ralph ; Fritzsche, Mathias Modeling Language Extension in the Enterprise Systems Domain Inproceedings Enterprise Distributed Object Computing Conference (EDOC), 2013 17th IEEE International, pp. 49-58, 2013, ISSN: 1541-7719. Links | BibTeX @inproceedings{6658263,
title = {Modeling Language Extension in the Enterprise Systems Domain},
author = { Colin Atkinson and Ralph Gerbig and Mathias Fritzsche},
url = {http://dx.doi.org/10.1109/EDOC.2013.15},
issn = {1541-7719},
year = {2013},
date = {2013-01-01},
booktitle = {Enterprise Distributed Object Computing Conference (EDOC), 2013 17th IEEE International},
pages = {49-58},
keywords = {},
pubstate = {published},
tppubtype = {inproceedings}
}
|
Atkinson, Colin; Gerbig, Ralph ; Tunjic, ChristianVjekoslav Enhancing classic transformation languages to support multi-level modeling Journal Article Software & Systems Modeling, pp. 1-22, 2013, ISSN: 1619-1366. Links | BibTeX @article{b,
title = {Enhancing classic transformation languages to support multi-level modeling},
author = { Colin Atkinson and Ralph Gerbig and ChristianVjekoslav Tunjic},
url = {http://dx.doi.org/10.1007/s10270-013-0384-y},
issn = {1619-1366},
year = {2013},
date = {2013-01-01},
journal = {Software & Systems Modeling},
pages = {1-22},
publisher = {Springer Berlin Heidelberg},
keywords = {},
pubstate = {published},
tppubtype = {article}
}
|
2012
|
Atkinson, Colin; Gerbig, Ralph; Tunjic, Christian Towards Multi-level Aware Model Transformations Inproceedings Hu, Zhenjiang; de Lara, Juan (Ed.): Theory and Practice of Model Transformations, pp. 208-223, Springer Berlin Heidelberg, 2012, ISBN: 978-3-642-30475-0. Links | BibTeX @inproceedings{ICMT2012,
title = {Towards Multi-level Aware Model Transformations},
author = { Colin Atkinson and Ralph Gerbig and Christian Tunjic},
editor = {Zhenjiang Hu and Juan de Lara},
url = {http://dx.doi.org/10.1007/978-3-642-30476-7_14},
isbn = {978-3-642-30475-0},
year = {2012},
date = {2012-01-01},
booktitle = {Theory and Practice of Model Transformations},
volume = {7307},
pages = {208-223},
publisher = {Springer Berlin Heidelberg},
series = {Lecture Notes in Computer Science},
keywords = {},
pubstate = {published},
tppubtype = {inproceedings}
}
|
Atkinson, Colin; Gerbig, Ralph ; Kennel, Bastian Symbiotic General-purpose and Domain-specific Languages Inproceedings Proceedings of the 34th International Conference on Software Engineering, pp. 1269–1272, IEEE Press, Zurich, Switzerland, 2012, ISBN: 978-1-4673-1067-3. Links | BibTeX @inproceedings{Atkinson:2012:SGD:2337223.2337392,
title = {Symbiotic General-purpose and Domain-specific Languages},
author = { Colin Atkinson and Ralph Gerbig and Bastian Kennel},
url = {http://dl.acm.org/citation.cfm?id=2337223.2337392},
isbn = {978-1-4673-1067-3},
year = {2012},
date = {2012-01-01},
booktitle = {Proceedings of the 34th International Conference on Software Engineering},
pages = {1269--1272},
publisher = {IEEE Press},
address = {Zurich, Switzerland},
series = {ICSE '12},
keywords = {},
pubstate = {published},
tppubtype = {inproceedings}
}
|
Atkinson, Colin; Gerbig, Ralph; Kennel, Bastian On-the-Fly Emendation of Multi-level Models Inproceedings Vallecillo, Antonio; Tolvanen, Juha-Pekka; Kindler, Ekkart; Störrle, Harald; Kolovos, Dimitris (Ed.): Modelling Foundations and Applications, pp. 194-209, Springer Berlin Heidelberg, 2012, ISBN: 978-3-642-31490-2. Links | BibTeX @inproceedings{ECMFA2012,
title = {On-the-Fly Emendation of Multi-level Models},
author = { Colin Atkinson and Ralph Gerbig and Bastian Kennel},
editor = {Antonio Vallecillo and Juha-Pekka Tolvanen and Ekkart Kindler and Harald St\"{o}rrle and Dimitris Kolovos},
url = {http://dx.doi.org/10.1007/978-3-642-31491-9_16},
isbn = {978-3-642-31490-2},
year = {2012},
date = {2012-01-01},
booktitle = {Modelling Foundations and Applications},
volume = {7349},
pages = {194-209},
publisher = {Springer Berlin Heidelberg},
series = {Lecture Notes in Computer Science},
keywords = {},
pubstate = {published},
tppubtype = {inproceedings}
}
|
Atkinson, Colin; Barth, Florian ; Gerbig, Ralph ; Freiling, Felix ; Schinzel, Sebastian ; Hadasch, Frank ; Maedche, Alexander ; Muller, Benjamin Reducing the Incidence of Unintended, Human-Caused Information Flows in Enterprise Systems Inproceedings Enterprise Distributed Object Computing Conference Workshops (EDOCW), 2012 IEEE 16th International, pp. 11-18, 2012. Links | BibTeX @inproceedings{6406247,
title = {Reducing the Incidence of Unintended, Human-Caused Information Flows in Enterprise Systems},
author = { Colin Atkinson and Florian Barth and Ralph Gerbig and Felix Freiling and Sebastian Schinzel and Frank Hadasch and Alexander Maedche and Benjamin Muller},
url = {http://dx.doi.org/10.1109/EDOCW.2012.12},
year = {2012},
date = {2012-01-01},
booktitle = {Enterprise Distributed Object Computing Conference Workshops (EDOCW), 2012 IEEE 16th International},
pages = {11-18},
keywords = {},
pubstate = {published},
tppubtype = {inproceedings}
}
|
Atkinson, Colin; Gerbig, Ralph Melanie: Multi-level Modeling and Ontology Engineering Environment Inproceedings Proceedings of the 2Nd International Master Class on Model-Driven Engineering: Modeling Wizards, pp. 7:1–7:2, ACM, Innsbruck, Austria, 2012, ISBN: 978-1-4503-1853-2. Links | BibTeX @inproceedings{Atkinson:2012:MMM:2448076.2448083,
title = {Melanie: Multi-level Modeling and Ontology Engineering Environment},
author = { Colin Atkinson and Ralph Gerbig},
url = {http://doi.acm.org/10.1145/2448076.2448083},
isbn = {978-1-4503-1853-2},
year = {2012},
date = {2012-01-01},
booktitle = {Proceedings of the 2Nd International Master Class on Model-Driven Engineering: Modeling Wizards},
pages = {7:1--7:2},
publisher = {ACM},
address = {Innsbruck, Austria},
series = {MW '12},
keywords = {},
pubstate = {published},
tppubtype = {inproceedings}
}
|
Kennel, Bastian A Unified Framework for Multi-Level Modeling PhD Thesis University of Mannheim, 2012. Links | BibTeX @phdthesis{phd_bastian,
title = {A Unified Framework for Multi-Level Modeling},
author = {Bastian Kennel},
url = {https://ub-madoc.bib.uni-mannheim.de/31906},
year = {2012},
date = {2012-01-01},
school = {University of Mannheim},
keywords = {},
pubstate = {published},
tppubtype = {phdthesis}
}
|
2011
|
Gerbig, Ralph The Level-agnostic Modeling Language: Language Specification and Tool Implementation Masters Thesis University of Mannheim, 2011. Links | BibTeX @mastersthesis{melaneeMaster,
title = {The Level-agnostic Modeling Language: Language Specification and Tool Implementation},
author = { Ralph Gerbig},
url = {https://ub-madoc.bib.uni-mannheim.de/37153/},
year = {2011},
date = {2011-05-01},
school = {University of Mannheim},
keywords = {},
pubstate = {published},
tppubtype = {mastersthesis}
}
|
Atkinson, Colin; Kennel, Bastian; Goß, Björn The Level-Agnostic Modeling Language Inproceedings Malloy, Brian; Staab, Steffen; van den Brand, Mark (Ed.): Software Language Engineering, pp. 266-275, Springer Berlin Heidelberg, 2011, ISBN: 978-3-642-19439-9. Links | BibTeX @inproceedings{SLE2011,
title = {The Level-Agnostic Modeling Language},
author = { Colin Atkinson and Bastian Kennel and Bj\"{o}rn Go\ss},
editor = {Brian Malloy and Steffen Staab and Mark van den Brand},
url = {http://dx.doi.org/10.1007/978-3-642-19440-5_16},
isbn = {978-3-642-19439-9},
year = {2011},
date = {2011-01-01},
booktitle = {Software Language Engineering},
volume = {6563},
pages = {266-275},
publisher = {Springer Berlin Heidelberg},
series = {Lecture Notes in Computer Science},
keywords = {},
pubstate = {published},
tppubtype = {inproceedings}
}
|
2009
|
Atkinson, Colin; Gutheil, Matthias ; Kennel, Bastian A Flexible Infrastructure for Multilevel Language Engineering Journal Article Software Engineering, IEEE Transactions on, 35 (6), pp. 742-755, 2009, ISSN: 0098-5589. Links | BibTeX @article{4907005,
title = {A Flexible Infrastructure for Multilevel Language Engineering},
author = { Colin Atkinson and Matthias Gutheil and Bastian Kennel},
url = {http://dx.doi.org/10.1109/TSE.2009.31},
issn = {0098-5589},
year = {2009},
date = {2009-01-01},
journal = {Software Engineering, IEEE Transactions on},
volume = {35},
number = {6},
pages = {742-755},
keywords = {},
pubstate = {published},
tppubtype = {article}
}
|
2003
|
Atkinson, Colin; Kühne, Thomas Model-Driven Development: A Metamodeling Foundation Journal Article IEEE Softw., 20 (5), pp. 36–41, 2003, ISSN: 0740-7459. Links | BibTeX @article{Atkinson:2003:MDM:942589.942704,
title = {Model-Driven Development: A Metamodeling Foundation},
author = { Colin Atkinson and Thomas K\"{u}hne},
url = {http://dx.doi.org/10.1109/MS.2003.1231149},
issn = {0740-7459},
year = {2003},
date = {2003-01-01},
journal = {IEEE Softw.},
volume = {20},
number = {5},
pages = {36--41},
publisher = {IEEE Computer Society Press},
address = {Los Alamitos, CA, USA},
keywords = {},
pubstate = {published},
tppubtype = {article}
}
|