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/UML2"

< MDT
(Guides)
(Guides)
Line 31: Line 31:
 
== Guides ==
 
== Guides ==
  
* [http://www.eclipse.org/modeling/mdt/uml2/docs/guides/UML2_2.0_Migration_Guide/guide.html UML2 2.0 Migration Guide] - Explains how to migrate from UML2 1.x to UML2 2.0.
+
* [http://wiki.eclipse.org/MDT/UML2/UML2_4.0_Migration_Guide UML2 4.0 Migration Guide] - Explains how to migrate from UML2 3.x to UML2 4.0.
 
+
* [http://www.eclipse.org/modeling/mdt/uml2/docs/guides/UML2_2.1_Migration_Guide/guide.html UML2 2.1 Migration Guide] - Explains how to migrate from UML2 2.0.x to UML2 2.1.
+
  
 
* [http://www.eclipse.org/modeling/mdt/uml2/docs/guides/UML2_3.0_Migration_Guide/guide.html UML2 2.2 Migration Guide] - Explains how to migrate from UML2 2.2.x to UML2 3.0.
 
* [http://www.eclipse.org/modeling/mdt/uml2/docs/guides/UML2_3.0_Migration_Guide/guide.html UML2 2.2 Migration Guide] - Explains how to migrate from UML2 2.2.x to UML2 3.0.
  
* [http://wiki.eclipse.org/MDT/UML2/UML2_4.0_Migration_Guide UML2 4.0 Migration Guide] - Explains how to migrate from UML2 3.x to UML2 4.0.
+
* [http://www.eclipse.org/modeling/mdt/uml2/docs/guides/UML2_2.1_Migration_Guide/guide.html UML2 2.1 Migration Guide] - Explains how to migrate from UML2 2.0.x to UML2 2.1.
 +
 
 +
* [http://www.eclipse.org/modeling/mdt/uml2/docs/guides/UML2_2.0_Migration_Guide/guide.html UML2 2.0 Migration Guide] - Explains how to migrate from UML2 1.x to UML2 2.0.
  
 
== Articles  ==
 
== Articles  ==

Revision as of 17:39, 1 June 2012

UML2 is an EMF-based implementation of the Unified Modeling Language (UML) 2.x OMG metamodel for the Eclipse platform.

The objectives of the UML2 component are to provide

  • a useable implementation of the UML metamodel to support the development of modeling tools
  • a common XMI schema to facilitate interchange of semantic models
  • test cases as a means of validating the specification
  • validation rules as a means of defining and enforcing levels of compliance

Although MDT/UML2 provides the metamodel, it does not provide UML modelling tools themselves. One implementation is MDT-UML2Tools

Frequently Asked Questions

For creating models with a visual editor see: MDT-UML2Tools or MDT/Papyrus

Plans

Archive

General Information

Guides

Articles

Tutorials

Presentations

(None of these talks are viewable unless you have Internet Explorer)

  • UML2 Long Talk - Slides from "What do YOU want UML to be?" long talk at EclipseCon 2007.
  • UML2 Short Talk - Slides from "What's New in UML2?" short talk at EclipseCon 2006.

OMG standards and related work

Javadoc

Related Links


For Developers

The UML2 component uses a custom code formatting profile. If you are contributing patches or anther code vehicles to UML2, please ensure that it is formatted using this profile:

Build Related Links

Back to the top