© 2001 Mercury Computer Systems, Inc. UML 2.0 Redux for HPEC Dr. Jeffrey E. Smith Mercury Computer...

6
© 2001 Mercury Computer Systems, Inc UML 2.0 Redux for HPEC Dr. Jeffrey E. Smith Mercury Computer Systems, Inc. Manfred Koethe 88solutions Corp. High Performance Embedded Computing (HPEC) Conference September 25, 2003

Transcript of © 2001 Mercury Computer Systems, Inc. UML 2.0 Redux for HPEC Dr. Jeffrey E. Smith Mercury Computer...

Page 1: © 2001 Mercury Computer Systems, Inc. UML 2.0 Redux for HPEC Dr. Jeffrey E. Smith Mercury Computer Systems, Inc. Manfred Koethe 88solutions Corp. High.

© 2001 Mercury Computer Systems, Inc.

UML 2.0 Redux for HPEC UML 2.0 Redux for HPEC Dr. Jeffrey E. Smith

Mercury Computer Systems, Inc.

Manfred Koethe88solutions Corp.

High Performance Embedded Computing (HPEC) ConferenceSeptember 25, 2003

Page 2: © 2001 Mercury Computer Systems, Inc. UML 2.0 Redux for HPEC Dr. Jeffrey E. Smith Mercury Computer Systems, Inc. Manfred Koethe 88solutions Corp. High.

2© 2003 Mercury Computer Systems, Inc.

UML OverviewUML Overview Visual modeling language

Providing controllable levels of abstraction Definition of static and dynamic model features Communicating/predicting application design

characteristics in domain-terms Supporting automation of development process Derived from OMT, Use Case and Booch (Component)

methodologies

Dominant modeling language for software architecture “blueprints”

OCLOCLBasic UMLBasic UML

(Classes, Basic behavior, Internal structure, Use cases…)(Classes, Basic behavior, Internal structure, Use cases…)

MOFMOF ProfilesProfiles

StateMachines

StructuredClasses andComponents

Activities Interactions DetailedActions Flows

UML InfrastructureUML InfrastructureCredit Bran Selic, “An Overview of Model-Driven Development and UML 2.0”

Page 3: © 2001 Mercury Computer Systems, Inc. UML 2.0 Redux for HPEC Dr. Jeffrey E. Smith Mercury Computer Systems, Inc. Manfred Koethe 88solutions Corp. High.

3© 2003 Mercury Computer Systems, Inc.

Richer Language FeaturesRicher Language Features

Architectural modeling: composition and stronger encapsulation via structured classes Components model internal structure, required interfaces

and support deployment Ports connect class interfaces to

environment Protocol definable on connection Data or control flow

Deeper profile extension mechanism (than stereotypes, tags and constraints) with UML meta-model extensions P latform-specific terminology, UML symbols and

semantics Full integration with MOF providing tool integration

A B

Page 4: © 2001 Mercury Computer Systems, Inc. UML 2.0 Redux for HPEC Dr. Jeffrey E. Smith Mercury Computer Systems, Inc. Manfred Koethe 88solutions Corp. High.

4© 2003 Mercury Computer Systems, Inc.

Enhanced Behavioral Modeling Capture Problems at Model LevelEnhanced Behavioral Modeling

Capture Problems at Model Level

Extended sequence diagrams permit more detailed complex interactions Supports sub-diagrams Decomposition of SDL, MSC and

LSC messages Control structures: loop, parallel

execution, alternative execution,protected regions, ...

Activities permit more flexible parallelism, I/O options and data/control flow modeling Petri Net model to derive concurrency Unstructured activities possible Pre/post conditions HPEC features described in HPEC 2001

e.g. interruptible regions and executionordering

sd ATM-transaction

client: atm: dbase:insertCard

CheckPinref

alt [chk= OK]

[else]error(badPIN)

DoTransactionref

Page 5: © 2001 Mercury Computer Systems, Inc. UML 2.0 Redux for HPEC Dr. Jeffrey E. Smith Mercury Computer Systems, Inc. Manfred Koethe 88solutions Corp. High.

5© 2003 Mercury Computer Systems, Inc.

Timing and State ModelingTiming and State Modeling

Precise modeling of timing via timing sub-diagrams Previous profile for modeling schedulability, performance

and time embedded in UML 2.0 Enables next level of integrating hardware modeling to

platform design

Statecharts now have sub-statecharts and inheritance

sd DriverProtocol

d : Driver

o : OutPin

t = 0 t = 5 t = 10 t = 15

Idle Wait Busy Idle

0111 0011 0001 0111

Page 6: © 2001 Mercury Computer Systems, Inc. UML 2.0 Redux for HPEC Dr. Jeffrey E. Smith Mercury Computer Systems, Inc. Manfred Koethe 88solutions Corp. High.

6© 2003 Mercury Computer Systems, Inc.

UML 2.0 Provides HPEC “Potential” for Software Design Automation

UML 2.0 Provides HPEC “Potential” for Software Design Automation

Action semantics integrate activities with related low-level actions

There are many methods of UML-based code generation State translation (I-Logix, Rose RT) Formal translation (NU research, Telelogix) Direct template translation (Pathfinder) MDA-based model execution (Pathfinder, Component-X,

88solutions) Generate/discover components (PCA) Low-level data/state flow import (MathWorks) Informal indirect translation to non-mainstream tools and

PGO (HPEC 2000) Model Integrated Computing (MIC, MOBIES)