SlideShare a Scribd company logo
1 of 18
Download to read offline
KIT – The Research University in the Helmholtz Association
SOFTWARE DESIGN AND QUALITY GROUP
INSTITUTE FOR PROGRAM STRUCTURES AND DATA ORGANIZATION, FACULTY OF INFORMATICS
www.kit.edu
A Graphical Approach to Modularization and
Layering of Metamodels
Amine Kechaou, Misha Strittmatter
November 9, 2017 – SiriusCon, Paris
Software Design and Quality Group
Institute for Program Structures and Data Organization
2 Amine Kechaou, Misha Strittmatter –
A Graphical Approach to Modularization and Layering of Metamodels
Background
Student research assistant at the Software Design and
Quality (SDQ) research group
Areas of work
Since 2015: Graphical editors for the Palladio Component
Model (PCM)
Summer term 2017: Bachelor's thesis «A Graphical Approach
to Modularization and Layering of Metamodels»
Second time to attend SiriusCon
09.11.2017
FeedbackConcept DemoIntroduction Future work Conclusion
Software Design and Quality Group
Institute for Program Structures and Data Organization
3 Amine Kechaou, Misha Strittmatter –
A Graphical Approach to Modularization and Layering of Metamodels
Motivating example
The Palladio Component Model (PCM)
A metamodel for component-based architectures
In numbers
19 (sub-)subpackages
more than 150 EClassifiers
Conventional tooling not adapted to
modularization
09.11.2017
FeedbackConcept DemoIntroduction Future work Conclusion
Software Design and Quality Group
Institute for Program Structures and Data Organization
4 Amine Kechaou, Misha Strittmatter –
A Graphical Approach to Modularization and Layering of Metamodels
PCM, an example of a complex metamodel
09.11.2017
FeedbackConcept DemoIntroduction Future work Conclusion
Software Design and Quality Group
Institute for Program Structures and Data Organization
5 Amine Kechaou, Misha Strittmatter –
A Graphical Approach to Modularization and Layering of Metamodels
PCM, an example of a complex metamodel
09.11.2017
FeedbackConcept DemoIntroduction Future work Conclusion
Software Design and Quality Group
Institute for Program Structures and Data Organization
6 Amine Kechaou, Misha Strittmatter –
A Graphical Approach to Modularization and Layering of Metamodels
09.11.2017
PCM, an example of a complex metamodel
PCMPCM-Core
PCM-Composition
PCM-Reliability
PCM-Performance
PCM-Behavior
PCM-Repository
FeedbackConcept DemoIntroduction Future work Conclusion
: Metamodel
Software Design and Quality Group
Institute for Program Structures and Data Organization
7 Amine Kechaou, Misha Strittmatter –
A Graphical Approach to Modularization and Layering of Metamodels
Layering of metamodels
«Depend upon abstractions. Do not depend upon concretions»
- Robert C. Martin, Design Principles and Design Patterns
A Modular Reference Structure for Component-based Architecture
Description Languages [strittmatter2015]
Organize (sub-)metamodels inside layers
No dependencies to lower layers
No cyclical dependencies between modules
Benefits: reusability, understandability, maintainability
09.11.2017
FeedbackConcept DemoIntroduction Future work Conclusion
Software Design and Quality Group
Institute for Program Structures and Data Organization
8 Amine Kechaou, Misha Strittmatter –
A Graphical Approach to Modularization and Layering of Metamodels
Concept
A tool support for the modular reference structure
Graphical representation
Detection of violations (e.g. cycles)
Assistance in the task of modularization
Manipulate metamodels and assign them to layers
Load referenced metamodels automatically
Deliver information about the nature of dependencies
Use cases:
Design a modular metamodel from scratch
Modularize existing metamodels
09.11.2017
FeedbackConcept DemoIntroduction Future work Conclusion
Software Design and Quality Group
Institute for Program Structures and Data Organization
9 Amine Kechaou, Misha Strittmatter –
A Graphical Approach to Modularization and Layering of Metamodels
LIVE
DEMO
09.11.2017
FeedbackConcept DemoIntroduction Future work Conclusion
Software Design and Quality Group
Institute for Program Structures and Data Organization
10 Amine Kechaou, Misha Strittmatter –
A Graphical Approach to Modularization and Layering of Metamodels
Support of EMF Profiles
09.11.2017
Excerpt from the PCM
pcmReliability (simplified)
ReliabilityProfile
FeedbackConcept DemoIntroduction Future work Conclusion
Software Design and Quality Group
Institute for Program Structures and Data Organization
11 Amine Kechaou, Misha Strittmatter –
A Graphical Approach to Modularization and Layering of Metamodels
Support of EMF Profiles
09.11.2017
FeedbackConcept DemoIntroduction Future work Conclusion
Software Design and Quality Group
Institute for Program Structures and Data Organization
12 Amine Kechaou, Misha Strittmatter –
A Graphical Approach to Modularization and Layering of Metamodels
Future work
Usability
Inform the user about broken dependencies
Hide transitive dependencies
Choose the direction of abstraction (up/down)
…
Refactoring
Factor out the EMF Profiles part
New features
Load related metamodels
Further aspects (e.g. model transformations, VSMs)
Metamodel clustering
09.11.2017
FeedbackConcept DemoIntroduction Future work Conclusion
Software Design and Quality Group
Institute for Program Structures and Data Organization
13 Amine Kechaou, Misha Strittmatter –
A Graphical Approach to Modularization and Layering of Metamodels
Limitations and feedback
Limitations of the MRS graphical editor
Intermediate results are not saved
Redundant dependency computation and cycle detection
Improvement potential for Sirius
Run operation on refresh/modification?
Stateful Java services?
"Diagram" variables in the VSM?
09.11.2017
FeedbackConcept DemoIntroduction Future work Conclusion
Software Design and Quality Group
Institute for Program Structures and Data Organization
14 Amine Kechaou, Misha Strittmatter –
A Graphical Approach to Modularization and Layering of Metamodels
Feedback
Flexibility and fluidity
Development time
A very responsive community
Autocompletion
Casting (oclAsType)
Available variables
Diagram extension
Edge redefinition
09.11.2017
FeedbackConcept DemoIntroduction Future work Conclusion
Software Design and Quality Group
Institute for Program Structures and Data Organization
15 Amine Kechaou, Misha Strittmatter –
A Graphical Approach to Modularization and Layering of Metamodels
Conclusion
Benefits
Easier modularization
Modular metamodeling
Available at:
https://sdqweb.ipd.kit.edu/eclipse/mrs-editor/nightly/
https://github.com/kit-sdq/MRS-Editor
Feedback, suggestions, questions? amine.kechaou@student.kit.edu
09.11.2017
FeedbackConcept DemoIntroduction Future work Conclusion
Software Design and Quality Group
Institute for Program Structures and Data Organization
16 Amine Kechaou, Misha Strittmatter –
A Graphical Approach to Modularization and Layering of Metamodels
References
[strittmatter2015] A Modular Reference Structure for Component-based
Architecture Description Languages”. In: 2nd International Workshop on Model-
Driven Engineering for Component-Based Systems (ModComp). CEUR, 2015,
pp. 36–41. url: http://ceur-ws.org/Vol-1463/paper6.pdf
09.11.2017
Software Design and Quality Group
Institute for Program Structures and Data Organization
17 Amine Kechaou, Misha Strittmatter –
A Graphical Approach to Modularization and Layering of Metamodels
BACKUP
09.11.2017
Software Design and Quality Group
Institute for Program Structures and Data Organization
18 Amine Kechaou, Misha Strittmatter –
A Graphical Approach to Modularization and Layering of Metamodels
Implementation
A Sirius-based graphical editor
The MRS metamodel
defines the basis of the modular reference structure
The Viewpoint Specification Model (VSM)
Java services and external Java actions
09.11.2017

More Related Content

What's hot

View Based Near Real Time Collaborative Modeling for Information Systems Engi...
View Based Near Real Time Collaborative Modeling for Information Systems Engi...View Based Near Real Time Collaborative Modeling for Information Systems Engi...
View Based Near Real Time Collaborative Modeling for Information Systems Engi...Nicolaescu Petru
 
Source code visualization (SourceViz)
Source code visualization (SourceViz)Source code visualization (SourceViz)
Source code visualization (SourceViz)Anas Bilal
 
SyncMeta: Near Real-time Collaborative Conceptual Modeling on the Web
SyncMeta: Near Real-time Collaborative Conceptual Modeling on the WebSyncMeta: Near Real-time Collaborative Conceptual Modeling on the Web
SyncMeta: Near Real-time Collaborative Conceptual Modeling on the WebNicolaescu Petru
 
Vre ci presentation -ric workshop - july 26th
Vre ci presentation -ric workshop - july 26thVre ci presentation -ric workshop - july 26th
Vre ci presentation -ric workshop - july 26thdjmichael156
 
BabelNet Workshop 2016 - Making sense of building data and building product data
BabelNet Workshop 2016 - Making sense of building data and building product dataBabelNet Workshop 2016 - Making sense of building data and building product data
BabelNet Workshop 2016 - Making sense of building data and building product dataPieter Pauwels
 
Jiali_Han_Resume
Jiali_Han_ResumeJiali_Han_Resume
Jiali_Han_ResumeJiali Han
 
Data for Science Service Portfolio
Data for Science Service PortfolioData for Science Service Portfolio
Data for Science Service PortfolioEUDAT
 
Yjs: A Framework for Near Real-time P2P Shared Editing on Arbitrary Data Types
Yjs: A Framework for Near Real-time P2P Shared Editing on Arbitrary Data TypesYjs: A Framework for Near Real-time P2P Shared Editing on Arbitrary Data Types
Yjs: A Framework for Near Real-time P2P Shared Editing on Arbitrary Data TypesNicolaescu Petru
 
CIB W78 2015 - Keynote "The Web of Construction Data:Pathways and Opportunities"
CIB W78 2015 - Keynote "The Web of Construction Data:Pathways and Opportunities"CIB W78 2015 - Keynote "The Web of Construction Data:Pathways and Opportunities"
CIB W78 2015 - Keynote "The Web of Construction Data:Pathways and Opportunities"Pieter Pauwels
 

What's hot (11)

View Based Near Real Time Collaborative Modeling for Information Systems Engi...
View Based Near Real Time Collaborative Modeling for Information Systems Engi...View Based Near Real Time Collaborative Modeling for Information Systems Engi...
View Based Near Real Time Collaborative Modeling for Information Systems Engi...
 
Source code visualization (SourceViz)
Source code visualization (SourceViz)Source code visualization (SourceViz)
Source code visualization (SourceViz)
 
SyncMeta: Near Real-time Collaborative Conceptual Modeling on the Web
SyncMeta: Near Real-time Collaborative Conceptual Modeling on the WebSyncMeta: Near Real-time Collaborative Conceptual Modeling on the Web
SyncMeta: Near Real-time Collaborative Conceptual Modeling on the Web
 
Ray lukas
Ray lukasRay lukas
Ray lukas
 
Vre ci presentation -ric workshop - july 26th
Vre ci presentation -ric workshop - july 26thVre ci presentation -ric workshop - july 26th
Vre ci presentation -ric workshop - july 26th
 
BabelNet Workshop 2016 - Making sense of building data and building product data
BabelNet Workshop 2016 - Making sense of building data and building product dataBabelNet Workshop 2016 - Making sense of building data and building product data
BabelNet Workshop 2016 - Making sense of building data and building product data
 
Jiali_Han_Resume
Jiali_Han_ResumeJiali_Han_Resume
Jiali_Han_Resume
 
IBM Think Milano
IBM Think MilanoIBM Think Milano
IBM Think Milano
 
Data for Science Service Portfolio
Data for Science Service PortfolioData for Science Service Portfolio
Data for Science Service Portfolio
 
Yjs: A Framework for Near Real-time P2P Shared Editing on Arbitrary Data Types
Yjs: A Framework for Near Real-time P2P Shared Editing on Arbitrary Data TypesYjs: A Framework for Near Real-time P2P Shared Editing on Arbitrary Data Types
Yjs: A Framework for Near Real-time P2P Shared Editing on Arbitrary Data Types
 
CIB W78 2015 - Keynote "The Web of Construction Data:Pathways and Opportunities"
CIB W78 2015 - Keynote "The Web of Construction Data:Pathways and Opportunities"CIB W78 2015 - Keynote "The Web of Construction Data:Pathways and Opportunities"
CIB W78 2015 - Keynote "The Web of Construction Data:Pathways and Opportunities"
 

Similar to SiriusCon17 - A Graphical Approach to Modularization and Layering of Metamodels

01. Birta L. G., Arbez G. - Modelling and Simulation_ (2007).pdf
01. Birta L. G., Arbez G. - Modelling and Simulation_  (2007).pdf01. Birta L. G., Arbez G. - Modelling and Simulation_  (2007).pdf
01. Birta L. G., Arbez G. - Modelling and Simulation_ (2007).pdfAftaZani1
 
Creating a Use Case
Creating a Use Case                                               Creating a Use Case
Creating a Use Case CruzIbarra161
 
OOAD-Unit1.ppt
OOAD-Unit1.pptOOAD-Unit1.ppt
OOAD-Unit1.pptrituah
 
Studying Software Engineering Patterns for Designing Machine Learning Systems
Studying Software Engineering Patterns for Designing Machine Learning SystemsStudying Software Engineering Patterns for Designing Machine Learning Systems
Studying Software Engineering Patterns for Designing Machine Learning SystemsHironori Washizaki
 
Towards Design-space Exploration of Component Chains in Vehicle Software
Towards Design-space Exploration of Component Chains in Vehicle SoftwareTowards Design-space Exploration of Component Chains in Vehicle Software
Towards Design-space Exploration of Component Chains in Vehicle SoftwareAlessio Bucaioni
 
3 d molding and casting2
3 d molding and casting23 d molding and casting2
3 d molding and casting2Fab Lab LIMA
 
Modelling Security Architecture
Modelling Security ArchitectureModelling Security Architecture
Modelling Security Architecturenarenvivek
 
Using Model-Driven Engineering for Decision Support Systems Modelling, Implem...
Using Model-Driven Engineering for Decision Support Systems Modelling, Implem...Using Model-Driven Engineering for Decision Support Systems Modelling, Implem...
Using Model-Driven Engineering for Decision Support Systems Modelling, Implem...CSCJournals
 
PATTERN-BASED AND REUSE-DRIVEN ARCHITECTING OF MOBILE CLOUD SOFTWARE
PATTERN-BASED AND REUSE-DRIVEN ARCHITECTING OF MOBILE CLOUD SOFTWAREPATTERN-BASED AND REUSE-DRIVEN ARCHITECTING OF MOBILE CLOUD SOFTWARE
PATTERN-BASED AND REUSE-DRIVEN ARCHITECTING OF MOBILE CLOUD SOFTWAREijseajournal
 
[2017/2018] Introduction to Software Architecture
[2017/2018] Introduction to Software Architecture[2017/2018] Introduction to Software Architecture
[2017/2018] Introduction to Software ArchitectureIvano Malavolta
 
[2016/2017] Introduction to Software Architecture
[2016/2017] Introduction to Software Architecture[2016/2017] Introduction to Software Architecture
[2016/2017] Introduction to Software ArchitectureIvano Malavolta
 
Object Oriented Approach for Software Development
Object Oriented Approach for Software DevelopmentObject Oriented Approach for Software Development
Object Oriented Approach for Software DevelopmentRishabh Soni
 
The state of the art in integrating machine learning into visual analytics
The state of the art in integrating machine learning into visual analyticsThe state of the art in integrating machine learning into visual analytics
The state of the art in integrating machine learning into visual analyticsCagatay Turkay
 
SysML v2 and MBSE: The next ten years
SysML v2 and MBSE: The next ten yearsSysML v2 and MBSE: The next ten years
SysML v2 and MBSE: The next ten yearsEd Seidewitz
 
Collaborative Model-Driven Software Engineering: a Classification Framework a...
Collaborative Model-Driven Software Engineering: a Classification Framework a...Collaborative Model-Driven Software Engineering: a Classification Framework a...
Collaborative Model-Driven Software Engineering: a Classification Framework a...Ivano Malavolta
 
towards a model-based framework for development of engineering1 (1)
towards a model-based framework for development of engineering1 (1)towards a model-based framework for development of engineering1 (1)
towards a model-based framework for development of engineering1 (1)Jinzhi Lu
 
[2015/2016] Introduction to software architecture
[2015/2016] Introduction to software architecture[2015/2016] Introduction to software architecture
[2015/2016] Introduction to software architectureIvano Malavolta
 
From Model-based to Model and Simulation-based Systems Architectures
From Model-based to Model and Simulation-based Systems ArchitecturesFrom Model-based to Model and Simulation-based Systems Architectures
From Model-based to Model and Simulation-based Systems ArchitecturesObeo
 

Similar to SiriusCon17 - A Graphical Approach to Modularization and Layering of Metamodels (20)

01. Birta L. G., Arbez G. - Modelling and Simulation_ (2007).pdf
01. Birta L. G., Arbez G. - Modelling and Simulation_  (2007).pdf01. Birta L. G., Arbez G. - Modelling and Simulation_  (2007).pdf
01. Birta L. G., Arbez G. - Modelling and Simulation_ (2007).pdf
 
Creating a Use Case
Creating a Use Case                                               Creating a Use Case
Creating a Use Case
 
Introduction to MDE
Introduction to MDEIntroduction to MDE
Introduction to MDE
 
OOAD-Unit1.ppt
OOAD-Unit1.pptOOAD-Unit1.ppt
OOAD-Unit1.ppt
 
Studying Software Engineering Patterns for Designing Machine Learning Systems
Studying Software Engineering Patterns for Designing Machine Learning SystemsStudying Software Engineering Patterns for Designing Machine Learning Systems
Studying Software Engineering Patterns for Designing Machine Learning Systems
 
Towards Design-space Exploration of Component Chains in Vehicle Software
Towards Design-space Exploration of Component Chains in Vehicle SoftwareTowards Design-space Exploration of Component Chains in Vehicle Software
Towards Design-space Exploration of Component Chains in Vehicle Software
 
3 d molding and casting2
3 d molding and casting23 d molding and casting2
3 d molding and casting2
 
Modelling Security Architecture
Modelling Security ArchitectureModelling Security Architecture
Modelling Security Architecture
 
Using Model-Driven Engineering for Decision Support Systems Modelling, Implem...
Using Model-Driven Engineering for Decision Support Systems Modelling, Implem...Using Model-Driven Engineering for Decision Support Systems Modelling, Implem...
Using Model-Driven Engineering for Decision Support Systems Modelling, Implem...
 
PATTERN-BASED AND REUSE-DRIVEN ARCHITECTING OF MOBILE CLOUD SOFTWARE
PATTERN-BASED AND REUSE-DRIVEN ARCHITECTING OF MOBILE CLOUD SOFTWAREPATTERN-BASED AND REUSE-DRIVEN ARCHITECTING OF MOBILE CLOUD SOFTWARE
PATTERN-BASED AND REUSE-DRIVEN ARCHITECTING OF MOBILE CLOUD SOFTWARE
 
[2017/2018] Introduction to Software Architecture
[2017/2018] Introduction to Software Architecture[2017/2018] Introduction to Software Architecture
[2017/2018] Introduction to Software Architecture
 
[2016/2017] Introduction to Software Architecture
[2016/2017] Introduction to Software Architecture[2016/2017] Introduction to Software Architecture
[2016/2017] Introduction to Software Architecture
 
Object Oriented Approach for Software Development
Object Oriented Approach for Software DevelopmentObject Oriented Approach for Software Development
Object Oriented Approach for Software Development
 
The state of the art in integrating machine learning into visual analytics
The state of the art in integrating machine learning into visual analyticsThe state of the art in integrating machine learning into visual analytics
The state of the art in integrating machine learning into visual analytics
 
SysML v2 and MBSE: The next ten years
SysML v2 and MBSE: The next ten yearsSysML v2 and MBSE: The next ten years
SysML v2 and MBSE: The next ten years
 
Collaborative Model-Driven Software Engineering: a Classification Framework a...
Collaborative Model-Driven Software Engineering: a Classification Framework a...Collaborative Model-Driven Software Engineering: a Classification Framework a...
Collaborative Model-Driven Software Engineering: a Classification Framework a...
 
towards a model-based framework for development of engineering1 (1)
towards a model-based framework for development of engineering1 (1)towards a model-based framework for development of engineering1 (1)
towards a model-based framework for development of engineering1 (1)
 
[2015/2016] Introduction to software architecture
[2015/2016] Introduction to software architecture[2015/2016] Introduction to software architecture
[2015/2016] Introduction to software architecture
 
Computer vision
Computer visionComputer vision
Computer vision
 
From Model-based to Model and Simulation-based Systems Architectures
From Model-based to Model and Simulation-based Systems ArchitecturesFrom Model-based to Model and Simulation-based Systems Architectures
From Model-based to Model and Simulation-based Systems Architectures
 

More from Obeo

Digitally assisted design for safety analysis
Digitally assisted design for safety analysisDigitally assisted design for safety analysis
Digitally assisted design for safety analysisObeo
 
INCOSE IS 2023 | You deserve more than the best in class MBSE tool
INCOSE IS 2023 | You deserve more than the best in class MBSE toolINCOSE IS 2023 | You deserve more than the best in class MBSE tool
INCOSE IS 2023 | You deserve more than the best in class MBSE toolObeo
 
Tailoring Arcadia Framework in Thales UK
Tailoring Arcadia Framework in Thales UKTailoring Arcadia Framework in Thales UK
Tailoring Arcadia Framework in Thales UKObeo
 
CapellaDays2022 | Saratech | Interface Control Document Generation and Linkag...
CapellaDays2022 | Saratech | Interface Control Document Generation and Linkag...CapellaDays2022 | Saratech | Interface Control Document Generation and Linkag...
CapellaDays2022 | Saratech | Interface Control Document Generation and Linkag...Obeo
 
CapellaDays2022 | Politecnico di Milano | Interplanetary Space Mission as a r...
CapellaDays2022 | Politecnico di Milano | Interplanetary Space Mission as a r...CapellaDays2022 | Politecnico di Milano | Interplanetary Space Mission as a r...
CapellaDays2022 | Politecnico di Milano | Interplanetary Space Mission as a r...Obeo
 
CapellaDays2022 | NavalGroup | Closing the gap between traditional engineerin...
CapellaDays2022 | NavalGroup | Closing the gap between traditional engineerin...CapellaDays2022 | NavalGroup | Closing the gap between traditional engineerin...
CapellaDays2022 | NavalGroup | Closing the gap between traditional engineerin...Obeo
 
CapellaDays2022 | Thales | Stairway to heaven: Climbing the very first steps
CapellaDays2022 | Thales | Stairway to heaven: Climbing the very first stepsCapellaDays2022 | Thales | Stairway to heaven: Climbing the very first steps
CapellaDays2022 | Thales | Stairway to heaven: Climbing the very first stepsObeo
 
CapellaDays2022 | COMAC - PGM | How We Use Capella for Collaborative Design i...
CapellaDays2022 | COMAC - PGM | How We Use Capella for Collaborative Design i...CapellaDays2022 | COMAC - PGM | How We Use Capella for Collaborative Design i...
CapellaDays2022 | COMAC - PGM | How We Use Capella for Collaborative Design i...Obeo
 
CapellaDays2022 | CILAS - ArianeGroup | CILAS feedback about Capella use
CapellaDays2022 | CILAS - ArianeGroup | CILAS feedback about Capella useCapellaDays2022 | CILAS - ArianeGroup | CILAS feedback about Capella use
CapellaDays2022 | CILAS - ArianeGroup | CILAS feedback about Capella useObeo
 
CapellaDays2022 | ThermoFisher - ESI TNO | A method for quantitative evaluati...
CapellaDays2022 | ThermoFisher - ESI TNO | A method for quantitative evaluati...CapellaDays2022 | ThermoFisher - ESI TNO | A method for quantitative evaluati...
CapellaDays2022 | ThermoFisher - ESI TNO | A method for quantitative evaluati...Obeo
 
CapellaDays2022 | Thales DMS | A global engineering process based on MBSE to ...
CapellaDays2022 | Thales DMS | A global engineering process based on MBSE to ...CapellaDays2022 | Thales DMS | A global engineering process based on MBSE to ...
CapellaDays2022 | Thales DMS | A global engineering process based on MBSE to ...Obeo
 
CapellaDays2022 | SIEMENS | Expand MBSE into Model-based Production Engineeri...
CapellaDays2022 | SIEMENS | Expand MBSE into Model-based Production Engineeri...CapellaDays2022 | SIEMENS | Expand MBSE into Model-based Production Engineeri...
CapellaDays2022 | SIEMENS | Expand MBSE into Model-based Production Engineeri...Obeo
 
Gestion applicative des données, un REX du Ministère de l'Éducation Nationale
Gestion applicative des données, un REX du Ministère de l'Éducation NationaleGestion applicative des données, un REX du Ministère de l'Éducation Nationale
Gestion applicative des données, un REX du Ministère de l'Éducation NationaleObeo
 
Simulation with Python and MATLAB® in Capella
Simulation with Python and MATLAB® in CapellaSimulation with Python and MATLAB® in Capella
Simulation with Python and MATLAB® in CapellaObeo
 
Connecting Textual Requirements with Capella Models
Connecting Textual Requirements with Capella Models Connecting Textual Requirements with Capella Models
Connecting Textual Requirements with Capella Models Obeo
 
Sirius Web Advanced : Customize and Extend the Platform
Sirius Web Advanced : Customize and Extend the PlatformSirius Web Advanced : Customize and Extend the Platform
Sirius Web Advanced : Customize and Extend the PlatformObeo
 
Sirius Web 101 : Create a Modeler With No Code
Sirius Web 101 : Create a Modeler With No CodeSirius Web 101 : Create a Modeler With No Code
Sirius Web 101 : Create a Modeler With No CodeObeo
 
Sirius Project, Now and In the Future
Sirius Project, Now and In the FutureSirius Project, Now and In the Future
Sirius Project, Now and In the FutureObeo
 
Visualizing, Analyzing and Optimizing Automotive Architecture Models using Si...
Visualizing, Analyzing and Optimizing Automotive Architecture Models using Si...Visualizing, Analyzing and Optimizing Automotive Architecture Models using Si...
Visualizing, Analyzing and Optimizing Automotive Architecture Models using Si...Obeo
 
Defining Viewpoints for Ontology-Based DSLs
Defining Viewpoints for Ontology-Based DSLsDefining Viewpoints for Ontology-Based DSLs
Defining Viewpoints for Ontology-Based DSLsObeo
 

More from Obeo (20)

Digitally assisted design for safety analysis
Digitally assisted design for safety analysisDigitally assisted design for safety analysis
Digitally assisted design for safety analysis
 
INCOSE IS 2023 | You deserve more than the best in class MBSE tool
INCOSE IS 2023 | You deserve more than the best in class MBSE toolINCOSE IS 2023 | You deserve more than the best in class MBSE tool
INCOSE IS 2023 | You deserve more than the best in class MBSE tool
 
Tailoring Arcadia Framework in Thales UK
Tailoring Arcadia Framework in Thales UKTailoring Arcadia Framework in Thales UK
Tailoring Arcadia Framework in Thales UK
 
CapellaDays2022 | Saratech | Interface Control Document Generation and Linkag...
CapellaDays2022 | Saratech | Interface Control Document Generation and Linkag...CapellaDays2022 | Saratech | Interface Control Document Generation and Linkag...
CapellaDays2022 | Saratech | Interface Control Document Generation and Linkag...
 
CapellaDays2022 | Politecnico di Milano | Interplanetary Space Mission as a r...
CapellaDays2022 | Politecnico di Milano | Interplanetary Space Mission as a r...CapellaDays2022 | Politecnico di Milano | Interplanetary Space Mission as a r...
CapellaDays2022 | Politecnico di Milano | Interplanetary Space Mission as a r...
 
CapellaDays2022 | NavalGroup | Closing the gap between traditional engineerin...
CapellaDays2022 | NavalGroup | Closing the gap between traditional engineerin...CapellaDays2022 | NavalGroup | Closing the gap between traditional engineerin...
CapellaDays2022 | NavalGroup | Closing the gap between traditional engineerin...
 
CapellaDays2022 | Thales | Stairway to heaven: Climbing the very first steps
CapellaDays2022 | Thales | Stairway to heaven: Climbing the very first stepsCapellaDays2022 | Thales | Stairway to heaven: Climbing the very first steps
CapellaDays2022 | Thales | Stairway to heaven: Climbing the very first steps
 
CapellaDays2022 | COMAC - PGM | How We Use Capella for Collaborative Design i...
CapellaDays2022 | COMAC - PGM | How We Use Capella for Collaborative Design i...CapellaDays2022 | COMAC - PGM | How We Use Capella for Collaborative Design i...
CapellaDays2022 | COMAC - PGM | How We Use Capella for Collaborative Design i...
 
CapellaDays2022 | CILAS - ArianeGroup | CILAS feedback about Capella use
CapellaDays2022 | CILAS - ArianeGroup | CILAS feedback about Capella useCapellaDays2022 | CILAS - ArianeGroup | CILAS feedback about Capella use
CapellaDays2022 | CILAS - ArianeGroup | CILAS feedback about Capella use
 
CapellaDays2022 | ThermoFisher - ESI TNO | A method for quantitative evaluati...
CapellaDays2022 | ThermoFisher - ESI TNO | A method for quantitative evaluati...CapellaDays2022 | ThermoFisher - ESI TNO | A method for quantitative evaluati...
CapellaDays2022 | ThermoFisher - ESI TNO | A method for quantitative evaluati...
 
CapellaDays2022 | Thales DMS | A global engineering process based on MBSE to ...
CapellaDays2022 | Thales DMS | A global engineering process based on MBSE to ...CapellaDays2022 | Thales DMS | A global engineering process based on MBSE to ...
CapellaDays2022 | Thales DMS | A global engineering process based on MBSE to ...
 
CapellaDays2022 | SIEMENS | Expand MBSE into Model-based Production Engineeri...
CapellaDays2022 | SIEMENS | Expand MBSE into Model-based Production Engineeri...CapellaDays2022 | SIEMENS | Expand MBSE into Model-based Production Engineeri...
CapellaDays2022 | SIEMENS | Expand MBSE into Model-based Production Engineeri...
 
Gestion applicative des données, un REX du Ministère de l'Éducation Nationale
Gestion applicative des données, un REX du Ministère de l'Éducation NationaleGestion applicative des données, un REX du Ministère de l'Éducation Nationale
Gestion applicative des données, un REX du Ministère de l'Éducation Nationale
 
Simulation with Python and MATLAB® in Capella
Simulation with Python and MATLAB® in CapellaSimulation with Python and MATLAB® in Capella
Simulation with Python and MATLAB® in Capella
 
Connecting Textual Requirements with Capella Models
Connecting Textual Requirements with Capella Models Connecting Textual Requirements with Capella Models
Connecting Textual Requirements with Capella Models
 
Sirius Web Advanced : Customize and Extend the Platform
Sirius Web Advanced : Customize and Extend the PlatformSirius Web Advanced : Customize and Extend the Platform
Sirius Web Advanced : Customize and Extend the Platform
 
Sirius Web 101 : Create a Modeler With No Code
Sirius Web 101 : Create a Modeler With No CodeSirius Web 101 : Create a Modeler With No Code
Sirius Web 101 : Create a Modeler With No Code
 
Sirius Project, Now and In the Future
Sirius Project, Now and In the FutureSirius Project, Now and In the Future
Sirius Project, Now and In the Future
 
Visualizing, Analyzing and Optimizing Automotive Architecture Models using Si...
Visualizing, Analyzing and Optimizing Automotive Architecture Models using Si...Visualizing, Analyzing and Optimizing Automotive Architecture Models using Si...
Visualizing, Analyzing and Optimizing Automotive Architecture Models using Si...
 
Defining Viewpoints for Ontology-Based DSLs
Defining Viewpoints for Ontology-Based DSLsDefining Viewpoints for Ontology-Based DSLs
Defining Viewpoints for Ontology-Based DSLs
 

Recently uploaded

08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Hyundai Motor Group
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 

Recently uploaded (20)

08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 

SiriusCon17 - A Graphical Approach to Modularization and Layering of Metamodels

  • 1. KIT – The Research University in the Helmholtz Association SOFTWARE DESIGN AND QUALITY GROUP INSTITUTE FOR PROGRAM STRUCTURES AND DATA ORGANIZATION, FACULTY OF INFORMATICS www.kit.edu A Graphical Approach to Modularization and Layering of Metamodels Amine Kechaou, Misha Strittmatter November 9, 2017 – SiriusCon, Paris
  • 2. Software Design and Quality Group Institute for Program Structures and Data Organization 2 Amine Kechaou, Misha Strittmatter – A Graphical Approach to Modularization and Layering of Metamodels Background Student research assistant at the Software Design and Quality (SDQ) research group Areas of work Since 2015: Graphical editors for the Palladio Component Model (PCM) Summer term 2017: Bachelor's thesis «A Graphical Approach to Modularization and Layering of Metamodels» Second time to attend SiriusCon 09.11.2017 FeedbackConcept DemoIntroduction Future work Conclusion
  • 3. Software Design and Quality Group Institute for Program Structures and Data Organization 3 Amine Kechaou, Misha Strittmatter – A Graphical Approach to Modularization and Layering of Metamodels Motivating example The Palladio Component Model (PCM) A metamodel for component-based architectures In numbers 19 (sub-)subpackages more than 150 EClassifiers Conventional tooling not adapted to modularization 09.11.2017 FeedbackConcept DemoIntroduction Future work Conclusion
  • 4. Software Design and Quality Group Institute for Program Structures and Data Organization 4 Amine Kechaou, Misha Strittmatter – A Graphical Approach to Modularization and Layering of Metamodels PCM, an example of a complex metamodel 09.11.2017 FeedbackConcept DemoIntroduction Future work Conclusion
  • 5. Software Design and Quality Group Institute for Program Structures and Data Organization 5 Amine Kechaou, Misha Strittmatter – A Graphical Approach to Modularization and Layering of Metamodels PCM, an example of a complex metamodel 09.11.2017 FeedbackConcept DemoIntroduction Future work Conclusion
  • 6. Software Design and Quality Group Institute for Program Structures and Data Organization 6 Amine Kechaou, Misha Strittmatter – A Graphical Approach to Modularization and Layering of Metamodels 09.11.2017 PCM, an example of a complex metamodel PCMPCM-Core PCM-Composition PCM-Reliability PCM-Performance PCM-Behavior PCM-Repository FeedbackConcept DemoIntroduction Future work Conclusion : Metamodel
  • 7. Software Design and Quality Group Institute for Program Structures and Data Organization 7 Amine Kechaou, Misha Strittmatter – A Graphical Approach to Modularization and Layering of Metamodels Layering of metamodels «Depend upon abstractions. Do not depend upon concretions» - Robert C. Martin, Design Principles and Design Patterns A Modular Reference Structure for Component-based Architecture Description Languages [strittmatter2015] Organize (sub-)metamodels inside layers No dependencies to lower layers No cyclical dependencies between modules Benefits: reusability, understandability, maintainability 09.11.2017 FeedbackConcept DemoIntroduction Future work Conclusion
  • 8. Software Design and Quality Group Institute for Program Structures and Data Organization 8 Amine Kechaou, Misha Strittmatter – A Graphical Approach to Modularization and Layering of Metamodels Concept A tool support for the modular reference structure Graphical representation Detection of violations (e.g. cycles) Assistance in the task of modularization Manipulate metamodels and assign them to layers Load referenced metamodels automatically Deliver information about the nature of dependencies Use cases: Design a modular metamodel from scratch Modularize existing metamodels 09.11.2017 FeedbackConcept DemoIntroduction Future work Conclusion
  • 9. Software Design and Quality Group Institute for Program Structures and Data Organization 9 Amine Kechaou, Misha Strittmatter – A Graphical Approach to Modularization and Layering of Metamodels LIVE DEMO 09.11.2017 FeedbackConcept DemoIntroduction Future work Conclusion
  • 10. Software Design and Quality Group Institute for Program Structures and Data Organization 10 Amine Kechaou, Misha Strittmatter – A Graphical Approach to Modularization and Layering of Metamodels Support of EMF Profiles 09.11.2017 Excerpt from the PCM pcmReliability (simplified) ReliabilityProfile FeedbackConcept DemoIntroduction Future work Conclusion
  • 11. Software Design and Quality Group Institute for Program Structures and Data Organization 11 Amine Kechaou, Misha Strittmatter – A Graphical Approach to Modularization and Layering of Metamodels Support of EMF Profiles 09.11.2017 FeedbackConcept DemoIntroduction Future work Conclusion
  • 12. Software Design and Quality Group Institute for Program Structures and Data Organization 12 Amine Kechaou, Misha Strittmatter – A Graphical Approach to Modularization and Layering of Metamodels Future work Usability Inform the user about broken dependencies Hide transitive dependencies Choose the direction of abstraction (up/down) … Refactoring Factor out the EMF Profiles part New features Load related metamodels Further aspects (e.g. model transformations, VSMs) Metamodel clustering 09.11.2017 FeedbackConcept DemoIntroduction Future work Conclusion
  • 13. Software Design and Quality Group Institute for Program Structures and Data Organization 13 Amine Kechaou, Misha Strittmatter – A Graphical Approach to Modularization and Layering of Metamodels Limitations and feedback Limitations of the MRS graphical editor Intermediate results are not saved Redundant dependency computation and cycle detection Improvement potential for Sirius Run operation on refresh/modification? Stateful Java services? "Diagram" variables in the VSM? 09.11.2017 FeedbackConcept DemoIntroduction Future work Conclusion
  • 14. Software Design and Quality Group Institute for Program Structures and Data Organization 14 Amine Kechaou, Misha Strittmatter – A Graphical Approach to Modularization and Layering of Metamodels Feedback Flexibility and fluidity Development time A very responsive community Autocompletion Casting (oclAsType) Available variables Diagram extension Edge redefinition 09.11.2017 FeedbackConcept DemoIntroduction Future work Conclusion
  • 15. Software Design and Quality Group Institute for Program Structures and Data Organization 15 Amine Kechaou, Misha Strittmatter – A Graphical Approach to Modularization and Layering of Metamodels Conclusion Benefits Easier modularization Modular metamodeling Available at: https://sdqweb.ipd.kit.edu/eclipse/mrs-editor/nightly/ https://github.com/kit-sdq/MRS-Editor Feedback, suggestions, questions? amine.kechaou@student.kit.edu 09.11.2017 FeedbackConcept DemoIntroduction Future work Conclusion
  • 16. Software Design and Quality Group Institute for Program Structures and Data Organization 16 Amine Kechaou, Misha Strittmatter – A Graphical Approach to Modularization and Layering of Metamodels References [strittmatter2015] A Modular Reference Structure for Component-based Architecture Description Languages”. In: 2nd International Workshop on Model- Driven Engineering for Component-Based Systems (ModComp). CEUR, 2015, pp. 36–41. url: http://ceur-ws.org/Vol-1463/paper6.pdf 09.11.2017
  • 17. Software Design and Quality Group Institute for Program Structures and Data Organization 17 Amine Kechaou, Misha Strittmatter – A Graphical Approach to Modularization and Layering of Metamodels BACKUP 09.11.2017
  • 18. Software Design and Quality Group Institute for Program Structures and Data Organization 18 Amine Kechaou, Misha Strittmatter – A Graphical Approach to Modularization and Layering of Metamodels Implementation A Sirius-based graphical editor The MRS metamodel defines the basis of the modular reference structure The Viewpoint Specification Model (VSM) Java services and external Java actions 09.11.2017