Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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"

(New page: How To Use UML Profiles Introduction UML Profiles provide a generic extension mechanism for building UML models in particular domains. They are based on additional Stereotypes and Tagged v...)
 
m
Line 1: Line 1:
How To Use UML Profiles
+
== Introduction ==
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.
 
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.
Using Profiles Workflow
 
// Activity D picture
 
  
Create Profile Definition Diagram
+
== Summary==
Define Profile
+
Here is the workflow of creating and using UML profile:
 +
[[Image:UsingProfile.gif]]
 +
== Create Profile Definition Diagram ==
 +
== Define Profile ==
  
Apply Profile
+
== Apply Profile ==
Apply Stereotype
+
== Apply Stereotype ==

Revision as of 10:28, 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 Definition Diagram

Define Profile

Apply Profile

Apply Stereotype

Back to the top