https://www.mdu.se/

mdu.sePublications
Change search
CiteExportLink to record
Permanent link

Direct link
Cite
Citation style
  • apa
  • ieee
  • modern-language-association-8th-edition
  • vancouver
  • Other style
More styles
Language
  • de-DE
  • en-GB
  • en-US
  • fi-FI
  • nn-NO
  • nn-NB
  • sv-SE
  • Other locale
More languages
Output format
  • html
  • text
  • asciidoc
  • rtf
Systematic Development of Collaborative Blended Modeling Environments
Mälardalen University, School of Innovation, Design and Engineering, Embedded Systems. (Automated Software language and SOftware engineering)ORCID iD: 0000-0002-2754-9568
2024 (English)Doctoral thesis, comprehensive summary (Other academic)
Abstract [en]

Collaborative model-driven software engineering addresses the complexities of developing software systems by prioritizing models as core artifacts and leveraging the collective expertise of diverse stakeholders. To effectively realize this approach, the employed modeling environments must be equipped with features that support and enhance collaboration. These environments should, among other capabilities, provide support for multiple notation types, enabling stakeholders to engage with models using their preferred notation or the notation most appropriate for their tasks. Additionally, they should offer multiple views and perspectives that allow stakeholders to interact with pertinent information only, and implement access control mechanisms to ensure information security. However, the adoption of these features can be challenging, partly because of their resource-intensive and tedious development nature, as well as the necessity for continuous updates to keep up with the evolution of modeling languages. This doctoral thesis proposes a model-driven approach to address this challenge by facilitating the development of blended modeling environments featuring multiple views and ensuring modeled information security. The proposed framework leverages automation to reduce the manual effort and expertise traditionally required for i) the provision of synchronization mechanisms between graphical and textual notations for blended modeling, ii) the provision of synchronization mechanisms between view models and base model in multi-view modeling, and iii) the consistent definition and enforcement of access permissions. This research, therefore, lowers the barriers to adopting these collaborative features by facilitating their development and evolution in face of changes to underlying modeling languages. 

Place, publisher, year, edition, pages
Västerås: Mälardalens universitet, 2024. , p. 290
Series
Mälardalen University Press Dissertations, ISSN 1651-4238 ; 408
National Category
Computer Systems
Research subject
Computer Science
Identifiers
URN: urn:nbn:se:mdh:diva-66541ISBN: 978-91-7485-649-1 (print)OAI: oai:DiVA.org:mdh-66541DiVA, id: diva2:1856528
Public defence
2024-06-17, Gamma, Mälardalens universitet, Västerås, 13:15 (English)
Opponent
Supervisors
Available from: 2024-05-07 Created: 2024-05-07 Last updated: 2024-11-14Bibliographically approved
List of papers
1. Towards automated support for blended modelling of UML-RT embedded software architectures
Open this publication in new window or tab >>Towards automated support for blended modelling of UML-RT embedded software architectures
2021 (English)In: ECSA-C 2021,: Companion Proceedings of the 15th European Conference on Software Architecture, 2021Conference paper, Published paper (Refereed)
Abstract [en]

The Unified Modeling Language for Real Time (UML-RT) is a UML-based domain-specific language for modelling real-time embedded systems. HCL RTist, a model-based development environment for creating complex, event-driven and real-time software with advanced automation features provided by HCL Technologies, provides advanced support for UML-RT. Historically, as for the majority of UML profiles, editing support for UML-RT has also mainly exploited graphical notations (e.g., composite component and state-machine diagrams). Nevertheless, our previous experiments with blended graphical and textual modelling showed that the seamless use of different notations (i.e., graphical and textual) can significantly boost the work of architects and modellers. The results of those experiments together with the exposed wish of RTist customers of being able to design software architectures and applications via multiple notations led us to initiate this work towards an automated support for blended modelling of UML-RT. In this paper we describe the first step of the work -- the effort of designing, implementing and integrating a textual notation for UML-RT state-machines in RTist.

Series
CEUR Workshop Proceedings ; 2978
Keywords
UML-RT HCL RTistXtextblended modelling textual modelling graphical modelling
National Category
Engineering and Technology Computer Systems
Identifiers
urn:nbn:se:mdh:diva-56564 (URN)2-s2.0-85117766603 (Scopus ID)
Conference
15th European Conference on Software Architecture ECSA 2021, 13 Sep 2021, Virtual (originally Växjö), Sweden
Projects
BUMBLE - Blended Modelling for Enhanced Software and Systems Engineering
Available from: 2021-11-22 Created: 2021-11-22 Last updated: 2024-05-07Bibliographically approved
2. Higher-order transformations for the generation of synchronization infrastructures in blended modeling
Open this publication in new window or tab >>Higher-order transformations for the generation of synchronization infrastructures in blended modeling
2023 (English)In: Frontiers in Computer Science, E-ISSN 2624-9898, Vol. 4, article id 1008062Article in journal (Refereed) Published
Abstract [en]

Introduction: Blended modeling aims at boosting the development of complex multi-domain systems by enabling seamless multi-notation modeling. The synchronization mechanisms between notations are embodied in model transformations. Manually defining model transformations requires specific knowledge of transformation languages, and it is a time-consuming and error-prone task. Moreover, whenever any of the synchronized languages or notations evolves, those transformations become obsolete. Methods: In this paper, we propose an automated solution for generating synchronization transformations in an industrial setting.

Results: The approach entails i) the specification of mapping rules between two arbitrary domain-specific modeling languages leveraging a mapping modeling language, appositely defined for this purpose, and ii) the automatic generation of synchronization model transformations driven by the mapping rules.

Discussion: We validated the proposed approach in two use cases. Although our main goal was to provide a solution for synchronization between graphical and textual notations of UML-RT state machines, the proposed approach is language- and notation-agnostic.

Place, publisher, year, edition, pages
Frontiers Media S.A., 2023
Keywords
automatic generation, blended modeling, higher-order transformations, mapping modeling language, model transformations, multi-notation
National Category
Computer Systems
Identifiers
urn:nbn:se:mdh:diva-61721 (URN)10.3389/fcomp.2022.1008062 (DOI)000913988200001 ()2-s2.0-85146462788 (Scopus ID)
Available from: 2023-02-01 Created: 2023-02-01 Last updated: 2024-05-07Bibliographically approved
3. Role-Based Access Control for Collaborative Modeling Environments
Open this publication in new window or tab >>Role-Based Access Control for Collaborative Modeling Environments
2024 (English)Manuscript (preprint) (Other academic)
Abstract [en]

Collaborative model-driven software engineering fosters efficient cooperation among stakeholders who collaborate on shared models. Yet, the involvement of multiple parties brings forth valid concerns about the confidentiality and integrity of shared information. Unrestricted access to such information, especially when not pertinent to individual responsibilities, poses significant risks, including unauthorized information exposure and potential harm to information integrity. This work proposes a dual-layered solution implemented as an open-source Eclipse plugin that leverages the role-based access control policy to ensure the confidentiality and integrity of model information in collaborative modeling environments. The first layer limits stakeholders' access to the shared model based on their specific roles, while the second layer refines this access by restricting manipulations to individual model elements. By ensuring that stakeholders access only the information pertinent to their roles and are authorized to manipulate such information in accordance with their expertise and responsibilities, this approach ensures the confidentiality and integrity of shared model information. Furthermore, it alleviates information overload for stakeholders by enabling them to focus only on the model information relevant to their specific roles, thereby enhancing the collaborative efforts. 

Keywords
model-driven engineering, role-base access control, multi-view modeling, collaborative modeling
National Category
Computer Systems
Research subject
Computer Science
Identifiers
urn:nbn:se:mdh:diva-66540 (URN)
Available from: 2024-05-06 Created: 2024-05-06 Last updated: 2024-05-07Bibliographically approved
4. Blended Graphical and Textual Modelling of UML-RT State-Machines: An Industrial Experience
Open this publication in new window or tab >>Blended Graphical and Textual Modelling of UML-RT State-Machines: An Industrial Experience
2022 (English)In: Lecture Notes in Computer Science, vol 13365, Springer Science and Business Media Deutschland GmbH , 2022, p. 22-44Conference paper, Published paper (Refereed)
Abstract [en]

The ever increasing complexity of modern software systems requires engineers to constantly raise the level of abstraction at which they operate to suppress the excessive complex details of real systems and develop efficient architectures. Model Driven Engineering has emerged as a paradigm that enables not only abstraction but also automation. UML, an industry de-facto standard for modelling software systems, has established itself as a diagram-based modelling language. However, focusing on only one specific notation limits human communication and the pool of available engineering tools. The results of our prior experiments support this claim and promote the seamless use of multiple notations to develop and manipulate models. In this paper we detail our efforts on the provision of a fully blended (i.e., graphical and textual) modelling environment for UML-RT state-machines in an industrial context. We report on the definition of a textual syntax and advanced textual editing for UML-RT state-machines as well as the provision of synchronization mechanisms between graphical and textual editors. © 2022, The Author(s), under exclusive license to Springer Nature Switzerland AG.

Place, publisher, year, edition, pages
Springer Science and Business Media Deutschland GmbH, 2022
Series
Lecture Notes in Computer Science, ISSN 0302-9743 ; 13365 LNCS
Keywords
Blended modelling, HCL RTist, Model synchronization, Model transformation, QVTo, UML-RT, Xtext, Abstracting, Chlorine compounds, Computer software, Blended models, Industrial experience, Software-systems, State-machine, Modeling languages
National Category
Computer Systems
Identifiers
urn:nbn:se:mdh:diva-59942 (URN)10.1007/978-3-031-15116-3_2 (DOI)000874750000002 ()2-s2.0-85136987458 (Scopus ID)9783031151156 (ISBN)
Conference
European Conference on Software Architecture, ECSA 2021: Software Architecture, Online, 13/9-17/9, 2022
Available from: 2022-09-14 Created: 2022-09-14 Last updated: 2024-05-07Bibliographically approved
5. Blended modeling in commercial and open-source model-driven software engineering tools: A systematic study
Open this publication in new window or tab >>Blended modeling in commercial and open-source model-driven software engineering tools: A systematic study
Show others...
2022 (English)In: Software and Systems Modeling, ISSN 1619-1366, E-ISSN 1619-1374Article in journal (Refereed) Epub ahead of print
Abstract [en]

Blended modeling aims to improve the user experience of modeling activities by prioritizing the seamless interaction with models through multiple notations over the consistency of the models. Inconsistency tolerance, thus, becomes an important aspect in such settings. To understand the potential of current commercial and open-source modeling tools to support blended modeling, we have designed and carried out a systematic study. We identify challenges and opportunities in the tooling aspect of blended modeling. Specifically, we investigate the user-facing and implementation-related characteristics of existing modeling tools that already support multiple types of notations and map their support for other blended aspects, such as inconsistency tolerance, and elevated user experience. For the sake of completeness, we have conducted a multivocal study, encompassing an academic review, and grey literature review. We have reviewed nearly 5000 academic papers and nearly 1500 entries of grey literature. We have identified 133 candidate tools, and eventually selected 26 of them to represent the current spectrum of modeling tools.

Keywords
Model-driven development, Inconsistency tolerance, Multi-view modeling, Modeling tools, Survey, GUIDELINES, COMPUTER, REVIEWS
National Category
Computer and Information Sciences
Identifiers
urn:nbn:se:mdh:diva-59524 (URN)10.1007/s10270-022-01010-3 (DOI)000814025100001 ()2-s2.0-85130820987 (Scopus ID)
Available from: 2022-07-06 Created: 2022-07-06 Last updated: 2024-05-07Bibliographically approved

Open Access in DiVA

No full text in DiVA

Search in DiVA

By author/editor
Latifaj, Malvina
By organisation
Embedded Systems
Computer Systems

Search outside of DiVA

GoogleGoogle Scholar

isbn
urn-nbn

Altmetric score

isbn
urn-nbn
Total: 928 hits
CiteExportLink to record
Permanent link

Direct link
Cite
Citation style
  • apa
  • ieee
  • modern-language-association-8th-edition
  • vancouver
  • Other style
More styles
Language
  • de-DE
  • en-GB
  • en-US
  • fi-FI
  • nn-NO
  • nn-NB
  • sv-SE
  • Other locale
More languages
Output format
  • html
  • text
  • asciidoc
  • rtf