Model-based Software Engineering (02341, spring 2017) Ekkart Kindler

Size: px
Start display at page:

Download "Model-based Software Engineering (02341, spring 2017) Ekkart Kindler"

Transcription

1 Model-based Software Engineering (02341, spring 2017)

2 Meta-modelling and Domain Specific Languages (DSLs) and Summary and Outlook

3 Meta-modelling (and MOF) 3

4 Class Diagrams are models too PetriNet Object ClassDiagram 1 source Node 1 target Transition Place Arc Token Class 1 start 1 end Association UML model Meta-model for UML (class diagrams) Now, the term meta model makes sense! 4

5 Meta-levels ClassDiagram PetriNet Class 1 start 1 end Association Object Node 1 source 1 target Arc :Class :Association :Association :Class Transition Place Token :Petrinet :Transition source :Arc target :Place target source :Arc :Arc :Token :Place source target :Arc source target :Transition 5

6 Levels of models ClassDiagram is an instance of PetriNet Object Class 1 start 1 end Association concrete syntax reprs. for 1 source Node 1 target Transition Place Arc Token :Class :Association :Association :Class :Petrinet :Transition source :Arc target :Place target source :Arc :Arc :Token :Place source target :Arc source target :Transition 6

7 Outset ClassDiagram M2 Unified Modelling Notation Class 1 start 1 end Association PetriNet M1 Model Object Node 1 source Arc 1 target Transition Place Token M0 User data = conforms to / is instance of 7

8 Meta Object Facility (MOF) M3 MOF notation meta-modelling notation M2 Any modelling notation modelling notation M1 Model design-time M0 User data run-time = conforms to / is instance of 8

9 The Meta Object Facility M3 MOF notation M2 Any modelling notation M1 Model M0 User data = conforms to / is instance of 9

10 Discussion: meta EMOF as instance of itself Where are the different features of the EMOF model represented in EMOF 10

11 EMOF Types Element 0..1 NamedElement name: String [0..1] annotatedelement 0.. ownedcomment 0.. Comment body: String TypedElement type 0..1 Type 11

12 EMOF Classes Type TypedElement MultiplicityElement isordered: Boolean = false isunique: Boolean = true lower: Integer = 1 upper: UnlimitedNatural = 1 Class isabstract: Boolean = false class ownedattribute 0..1 {ordered} Property isreadonly: Boolean = false default: String [0..1] iscomposite: Boolean = false isderived: Boolean = false isid: Boolean 0..1 opposite superclass class ownedoperation Operation 0..1 {ordered}

13 EMOF Classes (cntd.) TypedElement MultiplicityElement TypedElement MultiplicityElement Operation operation ownedparameter {ordered} 0.. Parameter raisedexception Type Constraint: raisedexception must actually be Class 13

14 EMOF Data Types Type NamedElement DataType PrimitiveType Enumeration enumeration ownedliteral 0..1 {ordered} 0.. Enumeration Literal 14

15 EMOF Primitive Types Boolean String Integer UnlimitedNatural ( for infinity ) 15

16 EMOF Packages NamedElement Package uri: String package ownedtype nestingpackage Type nestedpackage 16

17 Reflection package Object Element getmetaclass():class container():element equals(el:object):boolean 0..1 get(prop:property):object set(prop:property,val:object) isset(prop:property):boolean unset(prop:property) Type isinstance(o:object):boolean Package 1 package NamedElement Factory createfromstring(d:datatype,s:string):object converttostring(d:datatype,o:object):string create(mc:class):element For properties with more than one value, there exist ReflexiveCollection and ReflexiveSequence (similar to Java Collections)! 17

18 MOF in our project Type TypedElement MultiplicityElement isordered: Boolean = false isunique: Boolean = true lower: Integer = 1 upper: UnlimitedNatural = 1 Class isabstract: Boolean = false class ownedattribute Property isreadonly: Boolean = false default: String [0..1] 0..1 {ordered} 0.. iscomposite: Boolean = false isderived: Boolean = false isid: Boolean 0..1 M3 Ecore (~ EMOF) 0.. superclass M2 epnk and YAWL meta models + Annotation model (runtime simulator) M1 YAWL model M0 YAWL case (instance of a simulation) = conforms to / is instance of 18

19 MOF in our project M3 Ecore (~ EMOF) M2 M1 epnk and YAWL meta models YAWL model + Annotation model (runtime simulator) Technically the runtime model instances jump one conceptual level M0 YAWL case (instance of a simulation) = conforms to / is instance of Not a technical (Java / OO) instance; just a conceptual instance of YAWL 19

20 MBSE In addition to models and automatic code generation, MBSE provides techniques for structuring/extending (big) software (framework behind the scenes): Factories Interfaces Listeners / observers Commands Handlers Extension points 20

21 MBSE: Not covered Customizing code generation Defining own code generators (defining model to text transformations M2T) Transforminga model into another model (class diagram to database scheme, M2M) Other MBSE technologies (e.g. Microsofts Entity Framework) Techniques for developping embedded DSLs 21

22 Next week: Guest lecture by Dan True from Netcompany: How does Netcompany use models 22

Advanced Topics in Software Engineering (02265) Ekkart Kindler

Advanced Topics in Software Engineering (02265) Ekkart Kindler Advanced Topics in Software Engineering (02265) III. Meta-modelling 2 1. Background / Motivation Mid / end 90ties: CASE (Computer Aided Software Engineering) modelling tools become more popular code generation

More information

Model-based Software Engineering (02341, spring 2017) Ekkart Kindler

Model-based Software Engineering (02341, spring 2017) Ekkart Kindler Model-based Software Engineering (02341, spring 2017) Meta-modelling and Domain Specific Languages (DSLs) Idea for some Software 3 Example of a Petri net request 1 request 2 critical 1 critical 2 semaphor

More information

Model-based Software Engineering (02341, spring 2016) Ekkart Kindler

Model-based Software Engineering (02341, spring 2016) Ekkart Kindler Model-based Software Engineering (02341, spring 2016) Meta-modelling and Domain Specific Languages (DSLs) Idea for some Software 3 Example of a Petri net request 1 request 2 critical 1 critical 2 semaphor

More information

Metamodeling. 16. April 2012 Real-Time Systems Lab Prof. Dr. Andy Schürr Dr. Gergely Varró 1

Metamodeling. 16. April 2012 Real-Time Systems Lab Prof. Dr. Andy Schürr Dr. Gergely Varró 1 Metamodeling The slides of this lecture are reused from the Model Engineering course at TU Vienna with the kind permission of Prof. Gerti Kappel (head of the Business Informatics Group) 16. April 2012

More information

MOF and XMI. (version 2.0) by Philippe Nguyen March 24, 2005

MOF and XMI. (version 2.0) by Philippe Nguyen March 24, 2005 MOF and XMI (version 2.0) by Philippe Nguyen March 24, 2005 What should you get from this? A clear understanding of: The big picture of the MOF 2.0 and XMI 2.0 The motivation behind each standard and the

More information

Attributes and Associations of Class Property

Attributes and Associations of Class Property and of Class Property By Anneke Kleppe, Klasse Objecten (a.kleppe@klasse.nl) Introduction The UML Infrastructure (3rd revised submission, dated 3 March 2003, document number: ad/2003-03-01) has recently

More information

Metamodeling with Metamodels. Using. UML/MOF including OCL

Metamodeling with Metamodels. Using. UML/MOF including OCL Metamodeling with Metamodels Using UML/MOF including OCL Introducing Metamodels (Wikipedia) A metamodel is a model of a model An instantiation of metamodel gives a model Metamodeling is the process of

More information

Model-based Software Engineering (02341, spring 2017) Ekkart Kindler

Model-based Software Engineering (02341, spring 2017) Ekkart Kindler Model-based Software Engineering (02341, spring 2017) Lecture 8: Overview (cntd.) Some hints for the implementation Auxiliary datatypes and functions Helpful epnk functions Marking algorithm (OR-join:

More information

MODEL DRIVEN ARCHITECTURE (MDA)

MODEL DRIVEN ARCHITECTURE (MDA) Chapter #4 MODEL DRIVEN ARCHITECTURE (MDA) Teaching material for the book Model-Driven Software Engineering in Practice by Morgan & Claypool, USA, 2012. www.mdse-book.com Contents MDA UML (from a metamodeling

More information

Advanced Topics in Software Engineering (02265) Ekkart Kindler

Advanced Topics in Software Engineering (02265) Ekkart Kindler Advanced Topics in Software Engineering (02265) Recapitulation (I. Introduction ) 2 Levels of models ClassDiagram is an instance of PetriNet * Object * Class 1 start 1 end * Association concrete syntax

More information

02291: System Integration

02291: System Integration 02291: System Integration Introduction to UML Hubert Baumeister huba@dtu.dk DTU Compute Technical University of Denmark Spring 2019 What is the UML? Unified Modelling Language (UML) Family of graphical

More information

ATL Transformation. Catalogue of Model Transformations

ATL Transformation. Catalogue of Model Transformations 1. ATL TRANSFORMATION EXAMPLE: REPLACE ASSOCIATION BY ATTRIBUTE... 1 2. ATL TRANSFORMATION OVERVIEW... 2 2.1. DESCRIPTION... 2 2.2. PURPOSE... 2 2.3. RULES SPECIFICATION... 2 2.4. ATL CODE... 3 3. REFERENCES...

More information

Weaving Executability into Object-Oriented Meta-Languages

Weaving Executability into Object-Oriented Meta-Languages Weaving Executability into Object-Oriented Meta-Languages Pierre-Alain Muller, Franck Fleurey, and Jean-Marc Jézéquel IRISA / INRIA Rennes Campus Universitaire de Beaulieu Avenue du Général Leclerc 35042

More information

Software Engineering 2 A practical course in software engineering. Ekkart Kindler

Software Engineering 2 A practical course in software engineering. Ekkart Kindler Software Engineering 2 A practical course in software engineering I. Introduction Introduction Motivation: Software engineering & management Agile development The role of models in software engineering

More information

ATL Transformation. Catalogue of Model Transformations

ATL Transformation. Catalogue of Model Transformations 1. ATL TRANSFORMATION EXAMPLE: REPLACE ASSOCIATION BY FOREIGN KEY... 1 2. ATL TRANSFORMATION OVERVIEW... 2 2.1. DESCRIPTION... 2 2.2. PURPOSE... 2 2.3. RULES SPECIFICATION... 2 2.4. ATL CODE... 3 3. REFERENCES...

More information

Software Engineering 2 A practical course in software engineering. Ekkart Kindler

Software Engineering 2 A practical course in software engineering. Ekkart Kindler Software Engineering 2 A practical course in software engineering I. Introduction Introduction Motivation The role of models in software engineering Software engineering & management Organisation of this

More information

ATL Transformation Examples. The KM3 to Metric ATL transformation

ATL Transformation Examples. The KM3 to Metric ATL transformation s The KM3 to Metric ATL transformation - version 0.1 - September 2005 by ATLAS group LINA & INRIA Nantes Content 1 Introduction... 1 2 The KM3 to Metrics ATL transformation... 1 2.1 Transformation overview...

More information

ATL TRANSFORMATION EXAMPLE

ATL TRANSFORMATION EXAMPLE 1. ATL Transformation Example 1.1. Example: KM3 Problem The example describes a transformation a KM3 metamodel [1] in a Problem model. The generated Problem model contains the list of non-structural errors

More information

Advanced Topics in Software Engineering (02265) Ekkart Kindler

Advanced Topics in Software Engineering (02265) Ekkart Kindler Advanced Topics in Software Engineering (02265) I. Introduction and Motivation 2 1. Vision 3 Today Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginname package PetriNets.impl; Bundle-SymbolicName:

More information

Model-based Software Engineering (02341, spring 2017) Ekkart Kindler

Model-based Software Engineering (02341, spring 2017) Ekkart Kindler Model-based Software Engineering (02341, spring 2017) Why, What, and How: Documents in the Software Development Process During the software development process many documents are produced! When should

More information

Advanced Topics in Software Engineering (02265) Ekkart Kindler

Advanced Topics in Software Engineering (02265) Ekkart Kindler Advanced Topics in Software Engineering (02265) IV. (Meta-) Modelling Frameworks 2 1. Motivation & Overview With MOF, we have: Modelling notation (EMOF / CMOF) Java API (JMI, EMF, etc) Instance model /

More information

CISC836: Models in Software Development: Methods, Techniques and Tools

CISC836: Models in Software Development: Methods, Techniques and Tools CISC836: Models in Software Development: Methods, Techniques and Tools Topic 4: Code Generation with EMF Meta modeling Languages for meta models: Ecore Using EMF and Ecoreto define a data model Using EMF

More information

SERG. An Extensive Catalog of Operators for the Coupled Evolution of Metamodels and Models

SERG. An Extensive Catalog of Operators for the Coupled Evolution of Metamodels and Models Delft University of Technology Software Engineering Research Group Technical Report Series An Extensive Catalog of Operators for the Coupled Evolution of Metamodels and Models Markus Herrmannsdoerfer,

More information

The MEMO Meta Modelling Language (MML) and Language Architecture

The MEMO Meta Modelling Language (MML) and Language Architecture ICB Institut für Informatik und Wirtschaftsinformatik Ulrich Frank 43 The MEMO Meta Modelling Language (MML) and Language Architecture ICB-RESEARCH REPORT 2 nd Edition ICB-Research Report No. 43 February

More information

Model-based Software Engineering (02341, Spring 2017) Ekkart Kindler

Model-based Software Engineering (02341, Spring 2017) Ekkart Kindler Model-based Software Engineering (02341, Spring 2017) I. Introduction 1. Motivation What is software engineering? What is software? software = program software engineering = programming 3 Program vs. Software

More information

UML Class Diagrams 2. Martin Nečaský Dept. of Software Engineering Faculty of Mathematics and Physics Charles University in Prague

UML Class Diagrams 2. Martin Nečaský Dept. of Software Engineering Faculty of Mathematics and Physics Charles University in Prague UML Class Diagrams 2 Martin Nečaský Dept. of Software Engineering Faculty of Mathematics and Physics Charles University in Prague Previous Lecture Reminder What are UML class diagrams? basic constructs

More information

UML 2 SEMANTICS AND APPLICATIONS

UML 2 SEMANTICS AND APPLICATIONS UML 2 SEMANTICS AND APPLICATIONS Edited by KEVIN LANO A JOHN WILEY & SONS, INC., PUBLICATION UML 2 SEMANTICS AND APPLICATIONS UML 2 SEMANTICS AND APPLICATIONS Edited by KEVIN LANO A JOHN WILEY & SONS,

More information

Software Engineering 2 A practical course in software engineering. Ekkart Kindler

Software Engineering 2 A practical course in software engineering. Ekkart Kindler Software Engineering 2 A practical course in software engineering Conclusion, Outlook, Discussion Motivation 3 4 1. What did you learn? Objectives of this course: Basic skills in software engineering!

More information

Model Driven Engineering with Ontology Technologies

Model Driven Engineering with Ontology Technologies Model Driven Engineering with Ontology Technologies Steffen Staab, Tobias Walter, Gerd Gröner, and Fernando Silva Parreiras Institute for Web Science and Technology, University of Koblenz-Landau Universitätsstrasse

More information

Working Paper The MEMO meta modelling language (MML) and language architecture. 2nd Edition

Working Paper The MEMO meta modelling language (MML) and language architecture. 2nd Edition econstor www.econstor.eu Der Open-Access-Publikationsserver der ZBW Leibniz-Informationszentrum Wirtschaft The Open Access Publication Server of the ZBW Leibniz Information Centre for Economics Frank,

More information

Model-based Software Engineering (02341, Spring 2017) Ekkart Kindler

Model-based Software Engineering (02341, Spring 2017) Ekkart Kindler Model-based Software Engineering (02341, Spring 2017) Code snippets (week 2) Ecore model from T01 3 Generated Code // All comments and imports deleted! package dk.dtu.compute.mbse.petrinet; Interface only

More information

Software Engineering 2 A practical course in software engineering. Ekkart Kindler

Software Engineering 2 A practical course in software engineering. Ekkart Kindler Software Engineering 2 A practical course in software engineering Conclusion, Outlook, Discussion Motivation 3 4 1. What did you learn? Objectives of this course: Basic skills in software engineering!

More information

Lecture 22: Meta-Modelling

Lecture 22: Meta-Modelling Software Design, Modelling and Analysis in UML Lecture 22: Meta-Modelling 2015-02-10 22 2015-02-10 main Prof. Dr. Andreas Podelski, Dr. Bernd Westphal Albert-Ludwigs-Universität Freiburg, Germany Contents

More information

Model Composition - A Signature-Based Approach

Model Composition - A Signature-Based Approach Model Composition - A Signature-Based Approach Raghu Reddy, Robert France, Sudipto Ghosh Computer Science Department Colorado State University Fort Collins, CO, USA Franck Fleurey, Benoit Baudry IRISA

More information

Integration of Object-oriented Behaviour-modelling Techniques

Integration of Object-oriented Behaviour-modelling Techniques Integration of Object-oriented Behaviour-modelling Techniques Holger Lewin 4th April 2007 Abstract: In this diploma thesis I will dene the complex modelling technique CUML that contains the behaviour-modelling

More information

The packages that are explicitly merged from the InfrastructureLibrary are the following: PrimitiveTypes Constructs

The packages that are explicitly merged from the InfrastructureLibrary are the following: PrimitiveTypes Constructs 7 Classes 7.1 Overview The Classes package contains sub packages that deal with the basic modeling concepts of UML, and in particular classes and their relationships. Reusing packages from UML 2 Infrastructure

More information

MDT OCL Goes Generic. Introduction to OCL and Study of the Generic Metamodel and API. Christian W. Damus IBM Rational Software OCL Committer

MDT OCL Goes Generic. Introduction to OCL and Study of the Generic Metamodel and API. Christian W. Damus IBM Rational Software OCL Committer MDT OCL Goes Generic Introduction to OCL and Study of the Generic Metamodel and API Christian W. Damus IBM Rational Software OCL Committer Copyright IBM Corp., 2008. All rights reserved. 13 February, 2008

More information

Directives for Composing Aspect-Oriented Design Class Models

Directives for Composing Aspect-Oriented Design Class Models Directives for Composing Aspect-Oriented Design Class Models Y. R. Reddy, S. Ghosh, R. B. France, G. Straw, J. M. Bieman, N. McEachen, E. Song, G. Georg Contact Email: ghosh@cs.colostate.edu Computer Science

More information

Index. business modeling syntax 181 business process modeling 57 business rule 40

Index. business modeling syntax 181 business process modeling 57 business rule 40 OCL.book Page 203 Tuesday, July 22, 2003 9:48 PM Index Symbols OclAny, of 167 = OclAny, of 167 @pre 34, 86, 155 ^ 34, 156 ^^ 157 A abstract syntax 93 accumulator 153 action in statechart 56 activity

More information

Model Driven Development Unified Modeling Language (UML)

Model Driven Development Unified Modeling Language (UML) Model Driven Development Unified Modeling Language (UML) An Overview UML UML is a modeling notation standardized by OMG (proposal 1997, ver.1.1 in 1998, ver. 2.0 in 2004) now in 2.4.1 mature based on notations

More information

Kent Academic Repository

Kent Academic Repository Kent cademic Repository Full text document (pdf) Citation for published version kehurst, David H. and Howells, Gareth and McDonald-Maier, Klaus D. (2006) Implementing ssociations: UML 2.0 to Java 5. Journal

More information

OCL omissions and contradictions

OCL omissions and contradictions OCL omissions and contradictions Edward Willink OCL RTF chair, QVT RTF representative Eclipse OCL Project Lead, Eclipse QVTd Project Lead, OMG ADTF 21st March 2012 Made available under EPL 1.0 Overview

More information

Modelling with UML, MOF, and OCL

Modelling with UML, MOF, and OCL 3C05/D22 Problem Class 18/3/2005 Modelling with UML, MOF, and OCL James Skene, a research fellow in the department has developed an open-source OCL parser and type checker. In this problem class you will

More information

A Concern-based Technique for Architecture Modelling Using the UML Package Merge

A Concern-based Technique for Architecture Modelling Using the UML Package Merge Electronic Notes in Theoretical Computer Science 163 (2006) 7 18 www.elsevier.com/locate/entcs A Concern-based Technique for Architecture Modelling Using the UML Package Merge Samir Ammour a,b,1,2 Philippe

More information

Technische Universität Dresden

Technische Universität Dresden Technische Universität Dresden Department of Computer Science Institute for Software and Multimedia Technology Software Technology Group Prof. Dr. Uwe Aßmann Großer Beleg Design and Prototypical Implementation

More information

Meta-modeling with OCL & KerMeta

Meta-modeling with OCL & KerMeta Person -personid : unsigned long -surname : CString -givenname : CString -middleinitial : char -streetaddress : CString -postcode : CString -countryname : CString -emailaddress : CString +Person() +PersonInfo()

More information

Model-Driven Engineering (MDE) Lecture 1: Metamodels and Xtext Regina Hebig, Thorsten Berger

Model-Driven Engineering (MDE) Lecture 1: Metamodels and Xtext Regina Hebig, Thorsten Berger Model-Driven Engineering (MDE) Lecture 1: Metamodels and Xtext Regina Hebig, Thorsten Berger Reuses some material from: Andrzej Wasowski, Model-Driven Development, ITU Copenhagen Where I am from WASP 2017

More information

Dominique Blouin Etienne Borde

Dominique Blouin Etienne Borde Dominique Blouin Etienne Borde dominique.blouin@telecom-paristech.fr etienne.borde@telecom-paristech.fr Institut Mines-Télécom Content Domain specific Languages in a Nutshell Overview of Eclipse Modeling

More information

Model-based Software Engineering (02341, spring 2016) Ekkart Kindler

Model-based Software Engineering (02341, spring 2016) Ekkart Kindler Model-based Software Engineering (02341, spring 2016) II. Modelling with a Purpose 1. Models to which end Understanding the world (conceptual models, domain models) Understanding what the software is supposed

More information

Subclass Gist Example: Chess Super Keyword Shadowing Overriding Why? L10 - Polymorphism and Abstract Classes The Four Principles of Object Oriented

Subclass Gist Example: Chess Super Keyword Shadowing Overriding Why? L10 - Polymorphism and Abstract Classes The Four Principles of Object Oriented Table of Contents L01 - Introduction L02 - Strings Some Examples Reserved Characters Operations Immutability Equality Wrappers and Primitives Boxing/Unboxing Boxing Unboxing Formatting L03 - Input and

More information

Model-Level Integration of the OCL Standard Library Using a Pivot Model with Generics Support

Model-Level Integration of the OCL Standard Library Using a Pivot Model with Generics Support Faculty of Computer Science, Institute for Software- and Multimedia-Technology, Chair for Software Technology Matthias Bräuer and Birgit Demuth Model-Level Integration of the Using a Pivot Model with Generics

More information

Assessing the Use of Slicing-based Visualizing Techniques on the Understanding of Large Metamodels

Assessing the Use of Slicing-based Visualizing Techniques on the Understanding of Large Metamodels Assessing the Use of Slicing-based Visualizing Techniques on the Understanding of Large Metamodels Arnaud Blouin, Naouel Moha, Benoit Baudry, Houari Sahraoui, Jean-Marc Jézéquel To cite this version: Arnaud

More information

AP COMPUTER SCIENCE JAVA CONCEPTS IV: RESERVED WORDS

AP COMPUTER SCIENCE JAVA CONCEPTS IV: RESERVED WORDS AP COMPUTER SCIENCE JAVA CONCEPTS IV: RESERVED WORDS PAUL L. BAILEY Abstract. This documents amalgamates various descriptions found on the internet, mostly from Oracle or Wikipedia. Very little of this

More information

An introduction to MOF MetaObject Facility.

An introduction to MOF MetaObject Facility. An introduction to MOF MetaObject Facility pierre-alain.muller@irisa.fr About The MetaObject Facility Specification is the foundation of OMG's industry-standard standard environment where models can be

More information

Human-Usable Textual Notation for ArkM3

Human-Usable Textual Notation for ArkM3 Human-Usable Textual Notation for ArkM3 Author: Jelle Slowack University of Antwerp Supervisor: Bart Meyers Advisor: Hans Vangheluwe Abstract The use of models becomes increasingly important, especially

More information

ATL Transformation. Catalogue of Model Transformations

ATL Transformation. Catalogue of Model Transformations 1. ATL TRANSFORMATION EXAMPLE: DISAGGREGATION... 1 2. ATL TRANSFORMATION OVERVIEW... 1 2.1. DESCRIPTION... 1 2.2. PURPOSE... 2 2.3. RULES SPECIFICATION... 2 2.4. ATL CODE... 4 3. REFERENCES... 7 1. ATL

More information

Announcement. Agenda 7/31/2008. Polymorphism, Dynamic Binding and Interface. The class will continue on Tuesday, 12 th August

Announcement. Agenda 7/31/2008. Polymorphism, Dynamic Binding and Interface. The class will continue on Tuesday, 12 th August Polymorphism, Dynamic Binding and Interface 2 4 pm Thursday 7/31/2008 @JD2211 1 Announcement Next week is off The class will continue on Tuesday, 12 th August 2 Agenda Review Inheritance Abstract Array

More information

Slicing-based Techniques for Visualizing Large Metamodels

Slicing-based Techniques for Visualizing Large Metamodels Slicing-based Techniques for Visualizing Large Metamodels Arnaud Blouin, Naouel Moha, Benoit Baudry, Houari Sahraoui To cite this version: Arnaud Blouin, Naouel Moha, Benoit Baudry, Houari Sahraoui. Slicing-based

More information

Better Metadata Management through Better Metamodels

Better Metadata Management through Better Metamodels Better Metadata Management through Better Metamodels Issues to consider when developing a metamodel, and why you might care GK Khalsa khalsa@objectrad.com Objectrad, Temecula, CA Discussion The role of

More information

Horváth Ákos Bergmann Gábor Dániel Varró István Ráth

Horváth Ákos Bergmann Gábor Dániel Varró István Ráth Metamodeling and Domain Specific Modeling Horváth Ákos Bergmann Gábor Dániel Varró István Ráth Budapesti Műszaki és Gazdaságtudományi Egyetem Méréstechnika és Információs Rendszerek Tanszék Agenda Metamodeling

More information

Two hours. Appendices A and B are located at the back of the exam UNIVERSITY OF MANCHESTER SCHOOL OF COMPUTER SCIENCE

Two hours. Appendices A and B are located at the back of the exam UNIVERSITY OF MANCHESTER SCHOOL OF COMPUTER SCIENCE Two hours Appendices A and B are located at the back of the exam UNIVERSITY OF MANCHESTER SCHOOL OF COMPUTER SCIENCE Agile Software Engineering Date: Monday 17th January 2011 Time: 09:45-11:45 Please answer

More information

Proceedings of the Workshop on OCL and Textual Modelling (OCL 2011)

Proceedings of the Workshop on OCL and Textual Modelling (OCL 2011) Electronic Communications of the EASST Volume 44 (2011) Proceedings of the Workshop on OCL and Textual Modelling (OCL 2011) Aligning OCL with UML Edward Willink 20 pages Guest Editors: Jordi Cabot, Robert

More information

Assessing UML Model Quality by Utilizing Metrics

Assessing UML Model Quality by Utilizing Metrics Assessing UML Model Quality by Utilizing Metrics Khanh-Hoang Doan Computer Science Department University of Bremen 28359 Bremen, Germany doankh@informatik.uni-bremen.de Martin Gogolla Computer Science

More information

INF5120 Model-Based System Development

INF5120 Model-Based System Development INF5120 Model-Based System Development Lecture #3: Metamodelling and UML profiles, MDA technologies 04 February 2008 Brian Elvesæter, SINTEF 1 Outline Model-driven interoperability (MDI) framework MDA

More information

Representation of UML Class Diagrams in OWL 2 on the Background of Domain Ontologies

Representation of UML Class Diagrams in OWL 2 on the Background of Domain Ontologies e-informatica Software Engineering Journal, Volume 13, Issue 1, 2019, pages: 63 103, DOI 10.5277/e-Inf190103 Representation of UML Class Diagrams in OWL 2 on the Background of Domain Ontologies Małgorzata

More information

ATL: Atlas Transformation Language. ATL User Manual

ATL: Atlas Transformation Language. ATL User Manual ATL: Atlas Transformation Language ATL User Manual - version 0.7 - February 2006 by ATLAS group LINA & INRIA Nantes Content 1 Introduction... 1 2 An Introduction to Model Transformation... 2 2.1 The Model-Driven

More information

Software Design, Modelling and Analysis in UML

Software Design, Modelling and Analysis in UML ontents & Goals Last Lecture: Live Sequence harts Semantics Software Design, Modelling and Analysis in UML Lecture 19: Inheritance II, Meta-Modelling 2012-02-08 Prof. Dr. Andreas Podelski, Dr. Bernd Westphal

More information

KM3: a DSL for Metamodel Specification

KM3: a DSL for Metamodel Specification KM3: a DSL for Metamodel Specification Frédéric Jouault and Jean Bézivin ATLAS team, INRIA and LINA (frederic.jouault,jean.bezivin)@univ-nantes.fr Abstract. We consider in this paper that a DSL (Domain

More information

From Models to Components. Rapid Service Creation with

From Models to Components. Rapid Service Creation with From Models to Components Rapid Service Creation with Marc Born, Olaf Kath {born kath}@ikv.de Evolutions in Software Construction C O M P L E X I T Y Model Driven Architectures Meta Object Facility and

More information

UML 2.5: Specification Simplification

UML 2.5: Specification Simplification A division of Data Access Technologies, Inc. UML 2.5: Specification Simplification Presented at the Third Biannual Workshop on Eclipse Open Source Software and OMG Open Specifications Ed Seidewitz Timeline

More information

CWM: Model Driven Architecture

CWM: Model Driven Architecture CWM: Model Driven Architecture Dr. Daniel T. Chang IBM DBTI for e-business (dtchang@us.ibm.com) Abstract CWM is a new metadata standard for data warehousing and business intelligence, which was adopted

More information

Metamodeling. Janos Sztipanovits ISIS, Vanderbilt University

Metamodeling. Janos Sztipanovits ISIS, Vanderbilt University Metamodeling Janos ISIS, Vanderbilt University janos.sztipanovits@vanderbilt.edusztipanovits@vanderbilt edu Content Overview of Metamodeling Abstract Syntax Metamodeling Concepts Metamodeling languages

More information

administrivia today UML start design patterns Tuesday, September 28, 2010

administrivia today UML start design patterns Tuesday, September 28, 2010 administrivia Assignment 2? promise to get past assignment 1 back soon exam on monday review slides are posted your responsibility to review covers through last week today UML start design patterns 1 Unified

More information

ECLIPSE MODELING PROJECT

ECLIPSE MODELING PROJECT ECLIPSE MODELING PROJECT A Domain-Specific Language Toolkit Richard С. Gronback AAddison-Wesley Upper Saddle River, NJ Boston Indianapolis San Francisco New York Toronto Montreal London Munich Pans Madrid

More information

T : Protocol Design

T : Protocol Design T-110.300: Protocol Design Protocol Design Theory Methods Protocol Engineering Process (PEP) Timo.Kyntaja@vtt.fi 1 (154) Motivation Telecom systems engineering is a huge industry networks, terminals, services

More information

Schedule: Timing Topic. 15 minutes Lecture 00 minutes Practice 15 minutes Total

Schedule: Timing Topic. 15 minutes Lecture 00 minutes Practice 15 minutes Total Schedule: Timing Topic 15 minutes Lecture 00 minutes Practice 15 minutes Total Annotations are one of the newer trends in Java development. Annotations, simply put, are markers or hints to the compiler

More information

Software Engineering 2 A practical course in software engineering. Ekkart Kindler

Software Engineering 2 A practical course in software engineering. Ekkart Kindler Software Engineering 2 A practical course in software engineering II. Modelling Software Modelling Software Model based software engineering (taking models a bit more seriously than we did traditionally)

More information

Grammars. Prof. Andreas Prinz. Introduction, Compilers. Examples Meta-models vs. Grammars Summary

Grammars. Prof. Andreas Prinz. Introduction, Compilers. Examples Meta-models vs. Grammars Summary Meta-models and Grammars Prof. Andreas Prinz Introduction, Compilers Modelling & Meta-modelling Examples Meta-models vs. Grammars Summary Compilers Graphical Editor Parser Text editor Static checks (OCL)

More information

CPSC 427a: Object-Oriented Programming

CPSC 427a: Object-Oriented Programming CPSC 427a: Object-Oriented Programming Michael J. Fischer Lecture 1 September 2, 2010 CPSC 427a 1/54 Overview Course information Goals Learning C++ Programming standards Comparison of C and C++ Example

More information

Compositional Model Based Software Development

Compositional Model Based Software Development Compositional Model Based Software Development Prof. Dr. Bernhard Rumpe http://www.se-rwth.de/ Seite 2 Our Working Groups and Topics Automotive / Robotics Autonomous driving Functional architecture Variability

More information

Ingegneria del Software Corso di Laurea in Informatica per il Management. Introduction to UML

Ingegneria del Software Corso di Laurea in Informatica per il Management. Introduction to UML Ingegneria del Software Corso di Laurea in Informatica per il Management Introduction to UML Davide Rossi Dipartimento di Informatica Università di Bologna Modeling A model is an (abstract) representation

More information

Coral: A Metamodel Kernel for Transformation Engines

Coral: A Metamodel Kernel for Transformation Engines Coral: A Metamodel Kernel for Transformation Engines Marcus Alanen and Ivan Porres TUCS Turku Centre for Computer Science Department of Computer Science, Åbo Akademi University Lemminkäisenkatu 14, FIN-20520

More information

UML big picture. Perdita Stevens. School of Informatics University of Edinburgh

UML big picture. Perdita Stevens. School of Informatics University of Edinburgh UML big picture Perdita Stevens School of Informatics University of Edinburgh Plan Whence UML? Parts of UML How it all fits together UML as a language Consistency: what does it mean, do we need it? Defining

More information

Kermeta tutorial. How to create an EMF meta model? François Tanguy, Didier Vojtisek, Zoé Drey, Marie Gouyette. Abstract

Kermeta tutorial. How to create an EMF meta model? François Tanguy, Didier Vojtisek, Zoé Drey, Marie Gouyette. Abstract Kermeta tutorial How to create an EMF meta model? François Tanguy, Didier Vojtisek, Zoé Drey, Marie Gouyette Abstract This tutorial show how to create an EMF model for the FSM example. Published Build

More information

UML 2.0 Infrastructure Specification

UML 2.0 Infrastructure Specification UML 2.0 Infrastructure Specification This OMG document replaces the submission document (ad/03-01-01) and the Draft Adopted specification (ptc/03-07-05). It is an OMG Final Adopted Specification and is

More information

Unified Modeling Language 2

Unified Modeling Language 2 Unified Modeling Language 2 Profiles 166 Usage scenarios Metamodel customization for adapting terminology to a specific platform or domain adding (visual) notation adding and specializing semantics adding

More information

Modellierung operationaler Aspekte von Systemarchitekturen. Master Thesis presentation. October 2005 March Mirko Bleyh - Medieninformatik

Modellierung operationaler Aspekte von Systemarchitekturen. Master Thesis presentation. October 2005 March Mirko Bleyh - Medieninformatik Modellierung operationaler Aspekte von Systemarchitekturen Master Thesis presentation October 2005 March 2006 Agenda Goals Model-Driven Software Development Pro-active Infrastructure (PAI) Operational

More information

ATL: ATLAS Transformation Language. MISO - Uniandes

ATL: ATLAS Transformation Language. MISO - Uniandes ATL: ATLAS Transformation Language MISO - Uniandes 1 Models are first class entities Transformations are models Transformations are assets 2 What is ATL? ATL is a model transformation language (MTL) developed

More information

Dominique Blouin Etienne Borde

Dominique Blouin Etienne Borde Dominique Blouin Etienne Borde SE206: Code Generation Techniques dominique.blouin@telecom-paristech.fr etienne.borde@telecom-paristech.fr Institut Mines-Télécom Content Introduction Domain specific Languages

More information

The Substitution Model

The Substitution Model The Substitution Model Prof. Clarkson Fall 2017 Today s music: Substitute by The Who Review Previously in 3110: simple interpreter for expression language abstract syntax tree (AST) evaluation based on

More information

The Substitution Model. Nate Foster Spring 2018

The Substitution Model. Nate Foster Spring 2018 The Substitution Model Nate Foster Spring 2018 Review Previously in 3110: simple interpreter for expression language abstract syntax tree (AST) evaluation based on single steps parser and lexer (in lab)

More information

VARIABLES AND TYPES CITS1001

VARIABLES AND TYPES CITS1001 VARIABLES AND TYPES CITS1001 Scope of this lecture Types in Java the eight primitive types the unlimited number of object types Values and References The Golden Rule Primitive types Every piece of data

More information

ATL: ATLAS Transformation Language

ATL: ATLAS Transformation Language ATL: ATLAS Transformation Language Rubby Casallas Grupo de Construcción de Software Uniandes 1 Models are first class entities Transformations are models Transformations are assets 2 1 What is ATL? ATL

More information

ITU-T Z.109. Specification and Description Language Unified modeling language profile for SDL-2010

ITU-T Z.109. Specification and Description Language Unified modeling language profile for SDL-2010 International Telecommunication Union ITU-T Z.109 TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU (04/2012) SERIES Z: LANGUAGES AND GENERAL SOFTWARE ASPECTS FOR TELECOMMUNICATION SYSTEMS Formal description

More information

Using patterns to develop consistent design constraints

Using patterns to develop consistent design constraints Research Collection Doctoral Thesis Using patterns to develop consistent design constraints Author(s): Wahler, Michael S. Publication Date: 2008 Permanent Link: https://doi.org/10.3929/ethz-a-005593496

More information

A Conceptual Model of the UML

A Conceptual Model of the UML CONTENT A Conceptual Model of the UML Building Blocks of the UML 1. Things [1.1] Structural Things (1.1.1) Class (1.1.2) Interface (1.1.3) Collaboration: (1.1.4) Use case (1.1.5) Components: (1.1.6) Node:

More information

A universal PNML Tool. Lukasz Zoglowek

A universal PNML Tool. Lukasz Zoglowek A universal PNML Tool Lukasz Zoglowek Kongens Lyngby 2008 Technical University of Denmark Informatics and Mathematical Modelling Building 321, DK-2800 Kongens Lyngby, Denmark Phone +45 45253351, Fax +45

More information

Plan. Language engineering and Domain Specific Languages. Language designer defines syntax. How to define language

Plan. Language engineering and Domain Specific Languages. Language designer defines syntax. How to define language Plan Language engineering and Domain Specific Languages Perdita Stevens School of Informatics University of Edinburgh 1. Defining languages 2. General purpose languages vs domain specific languages 3.

More information

Reconciling TGGs with QVT

Reconciling TGGs with QVT Faculty for Computer Science Software Engineering Group Warburger Straße 100 33098 Paderborn Germany A Study of Model Transformation Technologies: Reconciling TGGs with QVT Diploma Thesis by Joel Greenyer

More information

The OO Solution. Objects

The OO Solution. Objects C870: Cheng The OO Solution The OO model closely resembles the problem domain Base your model on the objects in the problem domain Iteratively refine the high-level model until you have an implementation

More information