Top Banner
1 22-06-28 These materials are prepared only for the students enrolled in the course Distributed Software Development (DSD) at the Department of Computer Science and Engineering, University of Mälardalen, Västerås, Sweden and at the Faculty of Electrical Engineering and Computing, University of Zagreb, Croatia (year 2009/2010). For all other purposes, authors’ written permission is needed! The purpose of these materials is to help students in better understanding of lectures in DSD and not their replacement! NOTICE!
18

12015-12-25 These materials are prepared only for the students enrolled in the course Distributed Software Development (DSD) at the Department of Computer.

Jan 21, 2016

Download

Documents

Charity Greer
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: 12015-12-25 These materials are prepared only for the students enrolled in the course Distributed Software Development (DSD) at the Department of Computer.

123-04-21

• These materials are prepared only for the students enrolled in

the course Distributed Software Development (DSD) at the

Department of Computer Science and Engineering,

University of Mälardalen, Västerås, Sweden and at the Faculty

of Electrical Engineering and Computing, University of Zagreb,

Croatia (year 2009/2010).

• For all other purposes, authors’ written permission is needed!

• The purpose of these materials is to help students in better

understanding of lectures in DSD and not their replacement!

NOTICE!

Page 2: 12015-12-25 These materials are prepared only for the students enrolled in the course Distributed Software Development (DSD) at the Department of Computer.

223-04-21

Distributed Software Development

Page 3: 12015-12-25 These materials are prepared only for the students enrolled in the course Distributed Software Development (DSD) at the Department of Computer.

323-04-21

Requirements and Design Description of transfoREMES

by transfoREMES team

Supervisor: Aneta Vulgarakis

Page 4: 12015-12-25 These materials are prepared only for the students enrolled in the course Distributed Software Development (DSD) at the Department of Computer.

423-04-21

Table Of Contents

• Short Introduction

• Project requirements

• Architecture

• Design

• Technologies

Page 5: 12015-12-25 These materials are prepared only for the students enrolled in the course Distributed Software Development (DSD) at the Department of Computer.

Short Introduction

• Task: Design transformation from REMES models to UML statecharts models and vice versa.

523-04-21

Page 6: 12015-12-25 These materials are prepared only for the students enrolled in the course Distributed Software Development (DSD) at the Department of Computer.

Project Requirements• Analyse main characteristics of statecharts

– States (CompositeState..)– Events (TimeEvent..)– Transitions

• Make an UML metamodel– Contains all necessary elements

Page 7: 12015-12-25 These materials are prepared only for the students enrolled in the course Distributed Software Development (DSD) at the Department of Computer.

Project Requirements

• Analyse main characteristics of REMES– Mode (Atomic, Composite)– Variables – Control Points – Actions – Conditional Connectors

• Compare UML and REMES– functional behavior, modeling– metamodels

Page 8: 12015-12-25 These materials are prepared only for the students enrolled in the course Distributed Software Development (DSD) at the Department of Computer.

Project requirements

823-04-21

– Source model has component that can be automatically transferred into target component

• Automatic transformation

• Manual transformation

– Certain parts of source metamodel don’t conform to any of the EMF metamodel from targets side

Page 9: 12015-12-25 These materials are prepared only for the students enrolled in the course Distributed Software Development (DSD) at the Department of Computer.

Project requirements

• The general project requirement: establish two way transformations – Priority: UML statecharts to REMES

• Primary focus: automatic transformation

• Secondary focus: manual transformation

923-04-21

Page 10: 12015-12-25 These materials are prepared only for the students enrolled in the course Distributed Software Development (DSD) at the Department of Computer.

Architecture

1023-04-21

Eclipse GUI

UML Statechart Metamodel

REMES Metamodel

XML representation of UML Metamodel

XML representation of REMES MetamodelTransformation

XML Translation XML Translation

Page 11: 12015-12-25 These materials are prepared only for the students enrolled in the course Distributed Software Development (DSD) at the Department of Computer.

Architecture details

Page 12: 12015-12-25 These materials are prepared only for the students enrolled in the course Distributed Software Development (DSD) at the Department of Computer.

Realisation

Page 13: 12015-12-25 These materials are prepared only for the students enrolled in the course Distributed Software Development (DSD) at the Department of Computer.

Realisation

Page 14: 12015-12-25 These materials are prepared only for the students enrolled in the course Distributed Software Development (DSD) at the Department of Computer.

Use Case Diagram

1423-04-21

Page 15: 12015-12-25 These materials are prepared only for the students enrolled in the course Distributed Software Development (DSD) at the Department of Computer.

Sequence Diagram

1523-04-21

Page 16: 12015-12-25 These materials are prepared only for the students enrolled in the course Distributed Software Development (DSD) at the Department of Computer.

Activity Diagram

1623-04-21

Page 17: 12015-12-25 These materials are prepared only for the students enrolled in the course Distributed Software Development (DSD) at the Department of Computer.

Technology

• Eclipse & ATL

• REMES GUI

• UMLtool

Page 18: 12015-12-25 These materials are prepared only for the students enrolled in the course Distributed Software Development (DSD) at the Department of Computer.

Any Questions??

1823-04-21

Many thanks for your attention