تولید مدلهای زبان مدل سازی یکپارچه
ترجمه نشده

تولید مدلهای زبان مدل سازی یکپارچه

عنوان فارسی مقاله: یک چارچوب مهندسی معکوس مدل محور برای تولید مدلهای زبان مدل سازی یکپارچه (UML) سطح بالا از کد منبع جاوا
عنوان انگلیسی مقاله: A Model Driven Reverse Engineering Framework for Generating High Level UML Models From Java Source Code
مجله/کنفرانس: دسترسی – IEEE Access
رشته های تحصیلی مرتبط: مهندسی کامپیوتر
گرایش های تحصیلی مرتبط: مهندسی نرم افزار
کلمات کلیدی فارسی: مهندسی معکوس مدل محور، مهندسی معکوس، مدلهای زبان مدل سازی یکپارچه (UML)، سیستم های موروثی، کد جاوا
کلمات کلیدی انگلیسی: Model driven reverse engineering, reverse engineering, UML models, legacy systems, java code
نوع نگارش مقاله: مقاله پژوهشی (Research Article)
شناسه دیجیتال (DOI): https://doi.org/10.1109/ACCESS.2019.2950884
دانشگاه: Department of Computer and Software Engineering, College of Electrical and Mechanical Engineering, National University of Sciences and Technology (NUST), Islamabad 44000, Pakistan
صفحات مقاله انگلیسی: 20
ناشر: آی تریپل ای - IEEE
نوع ارائه مقاله: ژورنال
نوع مقاله: ISI
سال انتشار مقاله: 2019
ایمپکت فاکتور: 4.641 در سال 2018
شاخص H_index: 56 در سال 2019
شاخص SJR: 0.609 در سال 2018
شناسه ISSN: 2169-3536
شاخص Quartile (چارک): Q2 در سال 2018
فرمت مقاله انگلیسی: PDF
وضعیت ترجمه: ترجمه نشده است
قیمت مقاله انگلیسی: رایگان
آیا این مقاله بیس است: خیر
آیا این مقاله مدل مفهومی دارد: ندارد
آیا این مقاله پرسشنامه دارد: ندارد
آیا این مقاله متغیر دارد: ندارد
کد محصول: E13967
رفرنس: دارای رفرنس در داخل متن و انتهای مقاله
فهرست مطالب (انگلیسی)

Abstract

I. Introduction

II. Literature Review

III. Source-to-Model Framework (SRC2MOF)

IV. Implementation

V. Validation

Authors

Figures

References

بخشی از مقاله (انگلیسی)

Abstract

Legacy systems are large applications which are significant in performing daily organizational operations and cannot be upgraded easily especially in the absence of architectural and design documentation. Software modernization is an emerging field of software engineering, which transforms the legacy systems into new one according to the specified requirements of stakeholders. It mainly deals with improving the architecture, features, rules and data sources of existing system. It always remained a challenging task to achieve high-level representation of legacy systems. In order to achieve this high-level representation, Reverse Engineering (RE) plays an integral role. The issues of traditional RE are overcome with the help of Model Driven Reverse Engineering (MDRE) such as it generates model-based view of the legacy systems, which is comprehensible and easy to understand for practitioners. MDRE is an active research area but it provides limited tool support to extract and model both structural and behavioral aspects of legacy systems. In this paper, a novel MDRE framework named as ‘‘Source to Model Framework (Src2MoF)’’is proposed to generate Unified Modeling Language (UML) structural (class) and behavioral (activity) diagrams from the Java source code. Src2MoF is based on the principles of Model Driven Engineering (MDE), which use models as first-class citizens alleviating the complexity of software systems. The contributions of this paper are as follows; first, an Intermediate Model Discoverer (IMD) is developed using source code parser to get the intermediate representation of the system from the existing Java code. Second, an open source transformation engine named ‘‘UML model generator’’ is implemented using Java, which takes these intermediate models as input, and produce high-level UML models of the subject legacy system. Finally, the two benchmark case studies are presented to depict the relevance and usability of Src2MoF.

Introduction

Legacy systems are used by many organizations because they execute critical operations and are non-negligible. Moreover, the high cost of replacing these systems limits the productivity of these organizations. Software modernization transforms legacy systems into modern systems based on the stakeholder’s requirements of an organization. Reverse Engineering (RE) plays an important role in software modernization and its history as old as the computer itself. Initially, it targeted computer hardware modernization but later, with the increasing use of software in 80s, it was dedicated for software systems. Reverse Engineering (RE) is a methodology extensively used to extract the valuable information of the underlying system at higher layer of abstraction using existing legacy system artefacts such as requirements, design, code [1]. By applying RE, it helps the practitioners to deal with legacy systems in following manner: 1) It helps to understand the key issues of an unsuccessful design and subsequently improve the design. 2) It is used to perform migration of systems from old platforms to new i.e. From ’as is’ state into a ’to be’ state. Reverse engineering of system can provide the most current documentation necessary for understanding the existing state of the system. RE helps an organization when a system is required to interface/work with other systems or products.