Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "MDT-UML2Tools How To Use UML Profiles"

m
m
Line 4: Line 4:
 
== Summary==
 
== Summary==
 
Here is the workflow of creating and using UML profile:
 
Here is the workflow of creating and using UML profile:
 +
 
[[Image:UsingProfile.gif]]
 
[[Image:UsingProfile.gif]]
== Create Profile Definition Diagram ==
 
== Define Profile ==
 
  
== Apply Profile ==
+
==Create Profile==
== Apply Stereotype ==
+
=== Create Profile Definition Diagram ===
 +
=== Define Profile ===
 +
 
 +
==Use Profile==
 +
=== Apply Profile ===
 +
=== Apply Stereotype ===

Revision as of 10:33, 16 October 2008

Introduction

UML Profiles provide a generic extension mechanism for building UML models in particular domains. They are based on additional Stereotypes and Tagged values that are applied to Elements, Attributes, Methods, Links, Link Ends and more. A profile is a collection of such extensions that together describe some particular modeling problem and facilitate modeling constructs in that domain.

Summary

Here is the workflow of creating and using UML profile:

UsingProfile.gif

Create Profile

Create Profile Definition Diagram

Define Profile

Use Profile

Apply Profile

Apply Stereotype

Back to the top