Raffaela Groner, Katharina Juhnke, Stefan Götz, M. Tichy, Steffen Becker, Vijayshree Vijayshree, Sebastian Frank
{"title":"A Survey on the Relevance of the Performance of Model Transformations","authors":"Raffaela Groner, Katharina Juhnke, Stefan Götz, M. Tichy, Steffen Becker, Vijayshree Vijayshree, Sebastian Frank","doi":"10.5381/jot.2021.20.2.a5","DOIUrl":"https://doi.org/10.5381/jot.2021.20.2.a5","url":null,"abstract":"1 Overview There are a number of techniques for analyzing and improving the performance of programs written in a general-purpose language. For model transformation languages such techniques are still unknown. These are domain-speci c languages, which, simply said, are used to update models or create new models. Thus, these languages realize important operations in the context of Model-Driven Development. Current research about the performance of transformations is strongly focused on the transformation engine, which executes the transformations. Consequently, we conducted an online survey to examine whether techniques for analyzing and improving the performance of transformations are needed. Overall, our data set consists the results of the online survey and the information necessary to repeat the survey. The questionnaire was fully answered by 84 participants.","PeriodicalId":44125,"journal":{"name":"Journal of Object Technology","volume":"1 1","pages":"35-36"},"PeriodicalIF":0.8,"publicationDate":"2021-07-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"47005247","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
Stefan John, Alexandru Burdusel, Robert Bill, D. Strüber, G. Taentzer, S. Zschaler, M. Wimmer
{"title":"Searching for Optimal Models: Comparing Two Encoding Approaches","authors":"Stefan John, Alexandru Burdusel, Robert Bill, D. Strüber, G. Taentzer, S. Zschaler, M. Wimmer","doi":"10.5381/JOT.2019.18.3.A6","DOIUrl":"https://doi.org/10.5381/JOT.2019.18.3.A6","url":null,"abstract":"Search-Based Software Engineering (SBSE) is about solving software development problems by formulating them as optimization problems. In the last years, combining SBSE and Model-Driven Engineering (MDE), where models and model transformations are treated as key artifacts in the development of complex systems, has become increasingly popular. While search-based techniques have often successfully been applied to tackle MDE problems, a recent line of research investigates how a model-driven design can make optimization more easily accessible to a wider audience. In previous model-driven optimization efforts, a major design decision concerns the way in which solutions are encoded. Two main options have been explored: a model-based encoding representing candidate solutions as models, and a rule-based encoding representing them as sequences of transformation rule applications. While both encodings have been applied to different use cases, no study has yet compared them systematically. To close this gap, we evaluate both approaches on a common set of optimization problems, investigating their impact on the optimization performance. Additionally, we discuss their differences, strengths, and weaknesses laying the foundation for a knowledgeable choice of the right encoding for the right problem.","PeriodicalId":44125,"journal":{"name":"Journal of Object Technology","volume":"1 1","pages":"101-103"},"PeriodicalIF":0.8,"publicationDate":"2019-06-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"49445055","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
R. Jongeling, Federico Ciccozzi, A. Cicchetti, Jan Carlson
{"title":"Lightweight Consistency Checking for Agile Model-Based Development in Practice","authors":"R. Jongeling, Federico Ciccozzi, A. Cicchetti, Jan Carlson","doi":"10.5381/JOT.2019.18.2.A11","DOIUrl":"https://doi.org/10.5381/JOT.2019.18.2.A11","url":null,"abstract":"In model-based development projects, models at different abstraction levels capture different aspects of a software system, e.g., specification or design. Inconsistencies between these models can c ...","PeriodicalId":44125,"journal":{"name":"Journal of Object Technology","volume":"32 1","pages":"131-151"},"PeriodicalIF":0.8,"publicationDate":"2019-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"85130057","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
{"title":"Safe Composition of Transformations","authors":"Florian Heidenreich, Jan Kopcsek, U. Assmann","doi":"10.5381/jot.2011.10.1.a7","DOIUrl":"https://doi.org/10.5381/jot.2011.10.1.a7","url":null,"abstract":"Model transformations are at the heart of Model-Driven Software Development (MDSD) and, once composed in transformation chains to MDSD processes, allow for the development of complex systems and their automated derivation. While there already exist various approaches to specify and execute such MDSD processes, only few of them draw focus on ensuring the validity of the transformation chains, and thus, safe composition of transformations. In this paper, we present the TraCo composition system, which overcomes these limitations and evaluate and discuss the approach based on two case studies.","PeriodicalId":44125,"journal":{"name":"Journal of Object Technology","volume":"15 1","pages":"108-122"},"PeriodicalIF":0.8,"publicationDate":"2010-06-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"91110691","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
{"title":"Towards a full multiple-inheritance virtual machine","authors":"R. Ducournau, Floréal Morandat","doi":"10.1145/1925801.1925802","DOIUrl":"https://doi.org/10.1145/1925801.1925802","url":null,"abstract":"Late binding and subtyping create run-time overhead for object-oriented languages, especially in the context of both multiple inheritance and dynamic loading, for instance for Java interfaces. It is, however, generally agreed that the efficiency of Java and .Net systems comes from the fact that, in these languages, classes are in single inheritance. In this paper, we present the abstract architecture of a virtual machine for unrestricted multiple-inheritance, which should provide the same runtime efficiency as Java and .Net.","PeriodicalId":44125,"journal":{"name":"Journal of Object Technology","volume":"44 1","pages":"1:1-1:6"},"PeriodicalIF":0.8,"publicationDate":"2010-06-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"73075949","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
{"title":"A meta-level specification and profile for AspectJ in UML","authors":"Joerg Evermann","doi":"10.1145/1229375.1229379","DOIUrl":"https://doi.org/10.1145/1229375.1229379","url":null,"abstract":"Aspect-oriented programming (AOP) has become a mature technology. Increasingly, calls for support of AOP on the software model level are being voiced. This paper addresses these calls by offering a meta-model of AspectJ in UML. Using the UML extension mechanisms, this meta-model is at the same time a profile to support AspectJ modelling in UML. In contrast to previous work, this profile offers complete meta-level integration of all AspectJ concepts. The use of standard XMI based modelling allows the use of the profile in commercially available CASE tools and supports easy code generation.","PeriodicalId":44125,"journal":{"name":"Journal of Object Technology","volume":"54 1","pages":"21-27"},"PeriodicalIF":0.8,"publicationDate":"2007-03-12","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"90759086","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
{"title":"Application of a Revised DIT Metric to Redesign an OO Design","authors":"G. Alkadi, I. Alkadi","doi":"10.5381/jot.2003.2.3.a3","DOIUrl":"https://doi.org/10.5381/jot.2003.2.3.a3","url":null,"abstract":"In this paper, we continue a series of papers that discuss specific design metrics [Alkadi 1999] [Alkadi 2000] [Alkadi 2001] [Alkadi 1998]. The design metric discussed in this paper is the Depth of Inheritance [DIT] metric. Design evaluation is a recurring step that should be performed and checked multiple times before committing to the final design implementation. Metrics are utilized to evaluate inheritance and reuse in order to take into account the greater number of abstraction levels inherent in object-oriented systems. Furthermore, they facilitate the designers to address cost estimation and product quality across all life-cycle stages of developing the final product.","PeriodicalId":44125,"journal":{"name":"Journal of Object Technology","volume":"51 1","pages":"44-51"},"PeriodicalIF":0.8,"publicationDate":"2003-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"86007176","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}