Model Refactoring Using Transformations

Total Page:16

File Type:pdf, Size:1020Kb

Model Refactoring Using Transformations MODEL REFACTORING USING TRANSFORMATIONS THÈSE NO 4031 (2008) PRÉSENTÉE LE 23 MAI 2008 PRÉSENTÉE À LA FACULTÉ INFORMATIQUE ET COMMUNICATIONS Institut des systèmes informatiques et multimédias SECTION D'INFORMATIQUE ÉCOLE POLYTECHNIQUE FÉDÉRALE DE LAUSANNE POUR L'OBTENTION DU GRADE DE DOCTEUR ÈS SCIENCES PAR Slaviša MARKOVIC´ Bachelor of Science in Information Systems Engineering, University of Belgrade, Serbie et de nationalité serbe acceptée sur proposition du jury: Prof. E. Telatar, président du jury Dr T. Baar , directeur de thèse Prof. D. Buchs, rapporteur Prof. J.-M. Jézéquel, rapporteur Prof. A. Wegmann, rapporteur Lausanne, EPFL 2008 Abstract Modern software is reaching levels of complexity encountered in biological systems; sometimes comprising systems of systems each of which may include tens of millions of lines of code. Model Driven Engineering (MDE) advocates raising the level of abstraction as an instrument to deal with software complexity. It promotes usage of software models as primary artifacts in a software development process. Tradi- tionally, these MDE models are specified by Unified Modeling Language (UML) or by a modeling language created for a specific domain. However, in the vast area of software engineering there are other techniques used to improve quality of software under development. One of such techniques is refactoring which represents introducing structured changes in software in order to improve its readability, extensibility, and maintainability, while preserving behavior of the software. The main application area for refactorings is still programming code, despite the fact that modeling languages and techniques has significantly gained in popularity, in recent years. The main topic of this thesis is making an alliance between the two virtually orthogonal techniques: software modeling and refactoring. In this thesis we have investigated how to raise the level of abstraction of programming code refactorings to the modeling level. This resulted in a catalog of model refactorings each specified as a model transformation rule. In addition, we have investigated synchronization problems between different models used to describe one software system, i.e. when one model is refactored what is the impact on all dependent models and how this impact can be formalized. We have concentrated on UML class diagrams as domain of refactorings. As models dependent on class diagrams, we have selected Object Constraint Language (OCL) annotations, and object diagrams. This thesis formalizes the most important refactoring rules for UML class diagrams and classifies them with respect to their impact on object diagrams and annotated OCL constraints. For refactoring rules i ii that have an impact on dependent artifacts we formalize the necessary changes of these artifacts. Moreover, in this thesis, we present a simple criterion and a proof technique for the semantic preservation of refactoring rules that are defined for UML class and object diagrams, and OCL constraints. In order to be able to prove semantic preservation, we propose a model transformation approach to specify the semantics of constraint languages. Keywords Model Driven Engineering, UML, Model Transformations, Refactoring, QVT, OCL Semantics, Semantics Preservation Resum´ e´ La complexit´edes logiciels actuels atteint des niveaux comparables `aceux ren- contr´eschez les syst`emes vivants. Parfois, des syst`emeslogiciels peuvent en en- glober d'autres d´ej`aeux-m^emescompos´esde dizaines de millions de lignes de code. L'Ing´enierieDirig´eepar les Mod`eles(IDM) pose l'abstraction en instrument de gestion de cette complexit´e.Pour ce faire, l'IDM promeut les mod`elescomme com- posants principaux d'un processus de d´eveloppement logiciel. Souvent, ces mod`eles sont exprim´essoit en utilisant le langage UML (Unified Modeling Language), soit dans un langage sp´ecifiqueau domaine concern´e. Cependant, le domaine du g´enie logiciel est tr`esvaste, et il existe d'autres tech- niques `am^emed'am´eliorerla qualit´ed'un syst`emelogiciel lors de son d´eveloppement. Une de ces techniques est le r´eusinage(ou refactorisation), plus connue sous sa d´enominationanglaise de refactoring. Cette technique permet de restructurer un code logiciel de mani`ere`ale rendre plus lisible, plus souple, ou plus facile `amaintenir. Cependant, malgr´ele r´ecent succ`esdes langages et techniques de mod´elisation,la principale cible d'application du refactoring reste le code programme. Le sujet principal de cette th`eseest d'associer ces deux techniques a priori or- thogonales que sont la mod´elisationet le refactoring. Dans cette th`ese,nous avons port´ela technique refactoring pour la mettre au service de la mod´elisation. Comme r´esultat,nous proposons ici un catalogue de refactorings de mod`ele, tous exprim´es par une transformation de mod`ele.De plus, nous avons pris en compte le probl`eme de la coh´erenceentres les diff´erents mod`elesd´ecrivant un syst`emelogiciel. Il est en effet n´ecessairede d´efinircomment un refactoring doit impacter les mod`eles d´ependants du mod`eleinitialement restructur´e. Nous nous sommes ici concentr´essur le refactoring des diagrammes de classes du langage UML, dont sont d´ependants les mod`elesde contraintes en OCL (Ob- ject Constraint Language) et les diagrammes d'objets. Cette th`eseformalise des refactorings parmi les plus importants pour les diagrammes de classes UML, tout iii iv en les triant suivant leur impact sur les diagrammes d'objets ainsi que les mod`eles de contraintes OCL, impact que nous formaliserons ´egalement. En outre, nous pr´esentons ici une technique de preuve, bas´eesur un crit`ere simple, pour la pr´eservation s´emantique des diagrammes de classes, des diagrammes d'objets et des contraintes, une fois appliqu´eun refactoring. Cependant, afin prouver formellement une pr´eservation s´emantique, il est n´ecessaired'avoir `adisposition une description formelle de ladite s´emantique; nous proposons donc ´egalement un approche de description de la s´emantique bas´eesur les transformations de mod`eles que nous appliquons au langage OCL. Mot Clefs Ing´enierieDirig´eepar les Mod`eles,UML, Transformations de Mod`eles,Refactorisa- tion, QVT, S´emantique d'OCL, Pr´eservation de la S´emantique Acknowledgments First of all, I wish to express my sincere gratitude to my advisor, Dr. Thomas Baar, for his counsel, guidelines, and help that he provided during all these years I spent at EPFL. Thomas managed to be not only an excellent supervisor but at the same time a good friend always ready to help. This combination made my work at EPFL a pleasant experience. I would like to thank all the jury members Prof. Didier Buchs, Prof. Jean-Marc J´ez´equel,and Prof. Alain Wegmann for having taken the time and effort to review my thesis and to serve on my examination board. I am greatly indebted to Prof. Alfred Strohmeier for accepting me as a student in his lab, and giving me a chance to work on a PhD. Special thanks to Fr´ed´ericFondement for reviewing this thesis and giving a lot of precious comments that improved its quality, and to Shane Sendall for helping me "surviving" my first steps as a PhD student. I would like to thank members of the RoclET team C´edricJeanneret and Leander Eyer for implementing ideas expressed in this thesis. I was very fortunate to work in the pleasant and motivating scientific atmosphere of the Software Engineering Laboratory (LGL). I would like to thank previous LGL members for their support and friendliness: Mohamed Kand´e,Jarle Hulaas, Rodrigo Garc`ıa,Raul Silaghi, Andrea Camesi, Benjamin Barras, Isabelle Moinon, and J¨org Kienzle. Also, I would like to thank members of the Software Modeling and Veri- fication Group from University of Geneva, and the Systemic Modeling Laboratory from EPFL, for their encouragement and help in the very finish of my PhD studies. I would like to thank friends from (not so) small Serbian community at EPFL for making my life in Switzerland much easier. Finally, I would like to thank mama Desanka, tata Milorad, Nina, and Nikola for their unconditional support, encouragement, and patience during my everlasting studies. This work is dedicated to them. v vi Contents List of Figures xiv 1 Introduction 1 1.1 Motivation . 2 1.2 Scope . 3 1.3 Thesis Contributions and Outline . 4 1.3.1 Contributions . 4 1.3.2 Plan . 4 2 Key Concepts 7 2.1 The Unified Modeling Language . 7 2.1.1 Class Diagrams . 8 2.1.2 Object Diagrams . 8 2.1.3 Object Constraint Language . 9 2.2 Refactorings . 10 2.3 Metamodeling . 12 2.4 Metamodel of UML/OCL . 12 2.4.1 Declaration of Metaclasses . 13 2.4.2 Well-formedness Rules . 14 2.5 Model Transformations and QVT . 16 2.5.1 How to Write Syntax Preserving QVT Rules . 19 2.5.2 Extends-Relationship between QVT Rules . 23 3 Refactoring UML/OCL Diagrams 27 3.1 Introduction . 27 3.2 A Catalog of UML/OCL Refactoring Rules . 28 3.2.1 Rules Without Influence on OCL . 28 vii viii CONTENTS 3.2.2 Rules With Influence on OCL . 36 3.2.3 Reformulation of Refactoring Rules for UML 2.0 . 41 3.3 Proving the Preservation of Well-formedness Rules . 44 3.4 Related Work . 49 3.5 Conclusions . 49 4 Model Transformations for Describing Semantics of OCL 51 4.1 Introduction . 52 4.2 A Metamodel-Based Approach for OCL Evaluation . 54 4.2.1 Changes in the OCL Metamodel . 54 4.2.2 Evaluation . 56 4.2.3 Binding . 58 4.3 Core Evaluation Rules Formalized as Model Transformations . 59 4.3.1 Model Transformation Rules . 59 4.3.2 Binding Passing . 60 4.3.3 A Catalog of Core Rules . 61 4.3.4 Syntactic Sugar . 73 4.4 Semantic Concepts in OCL . 74 4.4.1 Evaluation of Operation Contracts .
Recommended publications
  • Model-Driven Engineering, the System Under Development Is Described and Analyzed Using Models
    X perf =1.00 X loss =0.01 SDSoftware Design and Quality A Declarative Language for Bidirectional Model Consistency Master’s Thesis of Dominik Werle at the Department of Informatics Institute for Program Structures and Data Organization (IPD) Reviewer: Prof. Dr. Ralf H. Reussner Second reviewer: Jun.-Prof. Dr.-Ing. Anne Koziolek Advisor: Dipl.-Inform. Max E. Kramer Second advisor: M.Sc. Michael Langhammer 09. October 2015 – 08. April 2016 Karlsruher Institut für Technologie Fakultät für Informatik Postfach 6980 76128 Karlsruhe I declare that I have developed and written the enclosed thesis completely by myself, and have not used sources or means without declaration in the text. Karlsruhe, 08. April 2016 .................................... (Dominik Werle) Abstract In model-driven engineering, the system under development is described and analyzed using models. Dierent models provide dierent abstractions of the system for dierent purposes. If multiple modeling languages are used, their models can contain overlapping informa- tion about the system. Then, they can become inconsistent after changes and need to be synchronized. The complexity of synchronizing models can be reduced by specifying consistency relationships in specialized languages and by automating the synchronization based on this specication. The languages can hide complexity that is not specic to the domain of the modeling languages, for example by deriving the operations needed for propagating changes from a model to another model for all pairs of models instead of requiring explicit specication for each pair and direction. In the course of this thesis, we designed the mapping language for specifying these consistency relationships and implemented a framework that maintains consistency based on the specication.
    [Show full text]
  • Transformations of Software Process Models to Adopt Model-Driven Architecture
    Transformations of Software Process Models to Adopt Model-Driven Architecture Vladimirs Nikulsins Riga Technical University, Meza 1/3, LV-1048 Riga, Latvia Abstract. This paper proposes a solution on how to adopt software develop- ment process and make it compliant with the Model Driven Architecture by OMG. Process modeling languages helps to formalize the knowledge about the software development life cycle expressed in tasks, activities, phases, workflows and roles. SPEM (Software Process Engineering Meta-Model) is OMG standard used to describe a software development process within an or- ganization. The proposed solution is to transform any so called “traditional” software development life cycle model into the model-driven with the help of model transformations written in Query/View/Transformation (QVT) language. This approach has been partially approbated in one of the Latvian IT compa- nies. 1 Introduction MDA (Model Driven Architecture) is OMG (Object Management Group) paradigm that focuses on the software development process using modeling and model trans- formations. Within MDA the software development process is driven by modeling the software system rather than producing the code: models are transformed into the working code through the various automated and semi-automated transformations. No specific software development methodology is proposed by OMG and so MDA can fit into any software development process. This allows a certain flexibility, and at the same time, a lack of formalized knowledge on adapting the model-driven devel- opment to the software development methodologies used in practice. Process model- ing activity helps to describe the appropriate software development activities and their relations in the software development life cycle (SDLC).
    [Show full text]
  • Efficient ATL Incremental Transformations
    Journal of Object Technology Published by AITO | Association Internationale pour les Technologies Objets http://www.jot.fm/ Efficient ATL Incremental Transformations Th´eoLe Calvara Fr´ed´ericJouaultb Fabien Chhelb Mickael Clavreulb a. LERIA, University of Angers, France b. ERIS Team, Groupe ESEO, France Abstract Incrementally executing model transformations offers several benefits such as updating target models in-place (instead of creating a new copy), as well as generally propagating changes faster (compared with complete re-execution). Active operations have been shown to of- fer performant OCL-based model transformation incrementality with use- ful properties like fine-grained change propagation, and the preservation of collection ordering. However, active operations have so far only been available as a Java library. This compels users to program at a relatively low level of abstraction, where most technical details are still present. Writing transformations at this level of abstraction is a tedious and error prone work. Using languages like Xtend alleviates some but not all issues. In order to provide active operation users with a more user-friendly front-end, we have worked on compiling ATL code to Java code using the active operations library. Our compiler can handle a significant subset of ATL, and we show that the code it generates provides similar performance to hand-written Java or Xtend code. Furthermore, this compiler also enables new possibilities like defining derived properties by leveraging the ATL refining mode. Keywords Incremental model transformation Active operations ATL. 1 Introduction Incremental model transformation execution offers many advantages over batch (i.e., non-incremental) execution, such as faster change propagation.
    [Show full text]
  • Graphical Debugging of QVT Relations Using Transformation Nets
    Graphical Debugging of QVT Relations using Transformation Nets DIPLOMARBEIT zur Erlangung des akademischen Grades Diplom-Ingenieur im Rahmen des Studiums Wirtschaftsinformatik eingereicht von Patrick Zwickl Matrikelnummer 0525849 an der Fakultat¨ fur¨ Informatik der Technischen Universitat¨ Wien Betreuung: Betreuerin: Univ.-Prof. Mag. DI Dr. Gerti Kappel Mitwirkung: DI(FH) Johannes Schonb¨ ock¨ Wien, 07.12.2009 (Unterschrift Verfasser) (Unterschrift Betreuer) Technische Universitat¨ Wien A-1040 Wien Karlsplatz 13 Tel. +43/(0)1/58801-0 http://www.tuwien.ac.at Erkl¨arung zur Verfassung der Arbeit Patrick Zwickl, Gr¨ohrmuhlgasse¨ 36E, 2700 Wiener Neustadt Hiermit erkl¨are ich, dass ich diese Arbeit selbst¨andig verfasst habe, dass ich die verwendeten Quellen und Hilfsmittel vollst¨andig angegeben habe und dass ich die Stellen der Arbeit einschließlich Tabellen, Karten und Abbildungen, die anderen Werken oder dem Internet im Wortlaut oder dem Sinn nach entnommen sind, auf jeden Fall unter Angabe der Quelle als Entlehnung kenntlich gemacht habe. Wien, 7. Dezember 2009 Patrick Zwickl i ii Danksagung Im Zuge meines Studium wurde ich von vielen Menschen, als Kommilitonen, Lehrende, Betreuuer, Freunde, Familie etc., begleitet. Dabei war es mir m¨oglich Unterstutzungen¨ auf verschiedensten Ebenen zu erhalten oder in einer guten Zusammenarbeit respektable Ergebnisse zu erzielen. Aufgrund der gr¨oßeren Zahl an Begleitern, m¨ochte ich mich in der Danksagung im Besonderen auf jene Un- terstutzer¨ beschr¨anken, die in einem uberdurchschnittlichen¨ Zusammenhang mit dieser Diplomarbeit stehen. Ich m¨ochte mich sehr herzlich fur¨ die engagierte Hilfe, Leitung und Supervision bei meinen Betreuuern O.Univ.-Prof. Mag. DI Dr. Gerti Kappel und Univ.- Ass. Mag. Dr.
    [Show full text]
  • AMW: a Tool for Multi-Level Specification of Model Transformations
    AMW: a tool for multi-level specification of model transformations a, b b Marcos Didonet Del Fabro ∗, Fr´ed´ericJouault , Jordi Cabot , Patrick Valduriezc aUniv. Federal do Paran´a,Depto. de Inform´atica, Centro Polit´ecnico, Curitiba, PR, Brazil bAtlanMod INRIA Team, EMN, Nantes, France cINRIA - LIRMM, Montpellier, France Abstract Model transformations play a key role in any Model Driven Engineering (MDE) approach. The central task when developing model transformations consists in writing rules that implement a set of mappings between two meta- models. Specification of model transformations is far from being a simple task. For complex transformations, attempting to directly write the transformation is an error-prone and time-consuming process. To simplify the development of model transformations, we present a multi-level approach inspired on typical software development processes where wefirst create higher level and abstract mappings’ specifications and then we refine them into more precise transfor- mation code. To support this multi-level transformation approach we have developed the AMW (AtlanMod Model Weaver) tool. AMW facilitates the specification of transformations in a three-level setting, from high-level map- ping specifications to the generation of thefinal transformation code. A set of extension points allow the configuration and adaptation of each refinement level to the specific requirements of each application scenario, if desired. We present the tool capabilities using two different settings: manual and semi-automatic transformation generation. Keywords: model transformations, model weaving, transformation specification, AMW 1. Introduction Model Driven Engineering (MDE) is a software engineering paradigm that emphasizes the use of models in all software engineering activities.
    [Show full text]
  • Implementing Qvt in a Domain-Specific Modeling Framework
    IMPLEMENTING QVT IN A DOMAIN-SPECIFIC MODELING FRAMEWORK István Madari, Márk Asztalos, Tamás Mészáros, László Lengyel and Hassan Charaf Department of Automation and Applied Informatics, Budapest University of Technology and Economics Magyar Tudósok körútja 2, Budapest, Hungary Keywords: Bidirectional Model Transformations, Model-transformation Driven Synchronization, QVT. Abstract: Meta Object Facility 2.0 Query/Views/Transformation (QVT) is OMG’s standard for specifying model transformations, views and queries. In this paper we deal with the QVT Relations language, which is a declarative specification of model transformation between two models. The QVT Relations language specifies several great features in practice, such as implicit trace creation support, or bidirectional transformations. However, QVT lacks implementation because its specification is not final and far too complex. The main contribution of this paper is to show how we integrated QVT constructs in our domain- specific modeling environment to facilitate a later implementation of QVT Relations-driven bidirectional model transformation. 1 INTRODUCTION A special case of n-directional transformations is bidirectional transformation, where the Model transformation is an essential area of model- transformation can be executed in two ways. In based development, applied for code generation, particular, the transformation language can define analysis, verification and simulation tasks. Model both the forward and backward direction in the transformation can be implemented in different transformation rules. ways. In order to define a transformation, for instance, visual languages or textual languages can both be used. Languages can be declarative or imperative as well. In addition, the model transformation can be unidirectional or n-directional. (Czarneczki, 2003) provides further details on classifying model transformations.
    [Show full text]
  • A Model Driven Approach for Service Based System Design Using Interaction Templates
    Toni Reichelt A Model Driven Approach for Service Based System Design Using Interaction Templates Wissenschaftliche Schriftenreihe EINGEBETTETE, SELBSTORGANISIERENDE SYSTEME Band 10 Prof. Dr. Wolfram Hardt (Hrsg.) Toni Reichelt A Model Driven Approach for Service Based System Design Using Interaction Templates Chemnitz University Press 2012 Impressum Bibliografische Information der Deutschen Nationalbibliothek Die Deutsche Nationalbibliothek verzeichnet diese Publikation in der Deutschen Nationalbibliografie; detaillierte bibliografische Angaben sind im Internet über http://dnb.d-nb.de abrufbar. Zugl.: Chemnitz, Techn. Univ., Diss., 2012 Technische Universität Chemnitz/Universitätsbibliothek Universitätsverlag Chemnitz 09107 Chemnitz http://www.bibliothek.tu-chemnitz.de/UniVerlag/ Herstellung und Auslieferung Verlagshaus Monsenstein und Vannerdat OHG Am Hawerkamp 31 48155 Münster http://www.mv-verlag.de ISBN 978-3-941003-60-6 URL: http://nbn-resolving.de/urn:nbn:de:bsz:ch1-qucosa-85986 Preface to the scientific series “Eingebettete, selbstorganisierende Systeme” The tenth volume of the scientific series Eingebettete, selbstorganisierende Systeme (Em- bedded, self-organised systems) devotes itself to the model driven design of service-oriented systems. Fields of application for such systems, amongst others, range from large scale, distributed enterprise solutions down to modularised embedded systems. The presented work was moti- vated by the complex design process of avionics for unmanned systems, where the increased demand for enhanced system autonomy implies high levels of system collaboration and infor- mation exchange. For such system designs a clear separation between the application logic implemented by system components, the means of interaction between them and finally the realisation of such communication on target platforms is essential. In particular, this sep- aration leads to simplification of the complex design processes and increases the individual components’ re-use potential.
    [Show full text]
  • A Metamodeling Approach to Incremental Model Changes
    University of Twente Department of Computer Science Software Engineering Group A Metamodeling Approach to Incremental Model Changes by D.P.L. van der Meij Master thesis September 2008 to July 2009 Graduation committee: dr. I. Kurtev (University of Twente), 1st supervisor dr. ir. K.G. van den Berg (Univerity of Twente) F. Wille (Novulo) 2 I ABSTRACT For the next step in raising the level of abstraction in software development, Kent (Kent, 2002) proposed an approach for Model Driven Engineering (MDE). With MDE it is possible to raise the level of abstraction such that decisions can be made regardless the implementation language. Business rules can be defined on a higher level so in fact programming happens at the level of models. Model transformations allow models to be turned into other models, for instance models of source code or other less abstract models. This thesis is about model‐to‐model and model‐to‐text transformations. Usually model‐ to‐text aspects of thoughts are omitted because the text to be generated can also be modeled and thus a model‐to‐model transformation should be sufficient. Because in this thesis we focus on incremental model changes and also incremental changing the files in the file system, we explicitly studied model‐to‐text transformation approaches to keep model and text synchronized. In this thesis we use different terms for model‐to‐ model and model‐to‐text transformations. We use the term transformation when we are dealing with models as logical entities, we use the term generation when we are dealing with files as physical entities.
    [Show full text]
  • QVT Declarative Documentation
    QVT Declarative Documentation QVT Declarative Documentation Edward Willink and contributors Copyright 2009 - 2016 Eclipse QVTd 0.14.0 1 1. Overview and Getting Started ....................................................................................... 1 1.1. What is QVT? ................................................................................................... 1 1.1.1. Modeling Layers ...................................................................................... 1 1.2. How Does It Work? ............................................................................................ 2 1.2.1. Editing ................................................................................................... 2 1.2.2. Execution ................................................................................................ 2 1.2.3. Debugger ................................................................................................ 2 1.3. Who is Behind Eclipse QVTd? ............................................................................. 2 1.4. Getting Started ................................................................................................... 3 1.4.1. QVTr Example Project .............................................................................. 3 1.4.2. QVTc Example Project .............................................................................. 5 1.5. Extensions ......................................................................................................... 5 1.5.1. Import ...................................................................................................
    [Show full text]
  • A Comparison of Taxonomies for Model Transformation Languages
    A Comparison of Taxonomies for Model Transformation Languages Gabriel Tamura1;2 and Anthony Cleve2 1 University of Los Andes, TICSw Group, Cra. 1 N◦ 18A-10, Bogotá, Colombia 2 INRIA Lille - Nord Europe, University of Lille 1, France {gabriel.tamura,anthony.cleve}@inria.fr Abstract. Since the introduction of the MDE/MDA/MDD ideas for software systems development several years ago, a number of dierent (meta)modeling and model transformation languages have been pro- posed. Although the OMG's QVT standard specication has somewhat stabilized the number of new model transformation languages, it is likely that new ones will continue to appear, following dierent paradigms and approaches. However, the evolution towards the consolidation of models as a unifying, foundational and consistent concept for software-intensive system development, requires the realization of a set of ideal character- istics for the specication of model transformation languages. Several works have been proposed for dening characterization and classica- tion schemes, and the set of these ideal characteristics. In this paper we present a comparison of characterization and classication schemes for model transformation languages, and an analysis of the OMG's QVT specication with respect to this set of ideal characteristics. Although the MOF 2 QVT specication presents a good coverage of these char- acteristics, it still lacks a formal foundation, from which it could obtain several benets. 1 Introduction In MDE/MDA/MDD [17][25], software systems development is based on the concept of model. A model is dened as an abstract representation of a system, and, as an abstraction, it captures some characteristics of the system, while hid- ing others.
    [Show full text]
  • Application of Model-Driven Engineering to Multi-Agent Systems : a Language to Model Behaviors of Reactive Agents Paulo Pimenta
    Application of model-driven engineering to multi-agent systems : a language to model behaviors of reactive agents Paulo Pimenta To cite this version: Paulo Pimenta. Application of model-driven engineering to multi-agent systems : a language to model behaviors of reactive agents. Multiagent Systems [cs.MA]. Université Montpellier, 2017. English. NNT : 2017MONTS031. tel-01905831 HAL Id: tel-01905831 https://tel.archives-ouvertes.fr/tel-01905831 Submitted on 26 Oct 2018 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. Délivré par l'Université de Montpellier Préparée au sein de l'école doctorale I2S Et de l'unité de recherche UR GREEN - Cirad Spécialité: Informatique Présentée par Paulo Pimenta Application of Model-driven engineering to multi-agent systems: a language to model behaviors of reactive agents Soutenue le 5 Janvier 2017 devant le jury composé de: M. Jacques Ferber Professseur Université de Montpellier Pres. du Jury M. Jean-Pierre Müller HDR CIRAD Dir. de thèse M. David Hill Professseur Université Blaise-Pascal Rapporteur M. Jean-Michel Bruel Professseur Université de Toulouse Rapporteur M. Mamadou Kaba Traore Mâitre de conference/HDR Université Blaise Pascal Examinateur M. Fabien Michel Mâitre de conference/HDR Université de Montpellier Examinateur M.
    [Show full text]
  • What's Model Driven Engineering (MDE) and How Can It Impact
    What’s Model Driven Engineering (MDE) and How Can it Impact Process, People, Tools and Productivity Mark R. Blackburn, Ph.D. Systems and Software Consortium, Inc. Abstract Contents This paper is associated with a four-part Webinar Series presented in 2008 that discusses Model Driven Engineering What Do You Think?.................. 2 related topics that are now relevant to System and Software Consortium (SSCI) members. Some SSCI members were Introduction ................................ 3 early adopters of Model-Based approaches, and SSCI has Session 1: What's MDE and Why expertise and lessons learned from working with these early Should I Care?........................... 5 adopters dating back to 1995. Customers are now asking SSCI members to use MDE approaches and tools. However, Session 2: How Does MDE for some SSCI members there is a large knowledge gap and Impact My Process? ................ 13 they don’t know how best to adopt MDE or even get started. Session 3: What's Happening There are concerns related to modeling techniques, with MDE Tools?...................... 21 organizational process changes, tools, and project estimation Session 4: What's Next to Come and cost. In addition, there are good and bad ways to with MDE?................................ 33 integrate model-developed components with those developed using other more traditional approaches. Conclusion ............................... 49 A key objective of this paper and Webinar series is to clarify Terms and Acronyms............... 50 what types of models can be used to support lifecycle About the Systems and Software activities, so that members can better understand where they Consortium, Inc........................ 53 need to invest to achieve immediate cost saving or long-term benefits.
    [Show full text]