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
(save some people some time)
(stunningly no-one had thought to link MDT/UML2 to MDT-UML2Tools.... after all, who could possibly confuse the two...)
Line 8: Line 8:
 
* validation rules as a means of defining and enforcing levels of compliance
 
* 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 ==
 
== Frequently Asked Questions ==
  
 
* [[MDT/UML2/FAQ|FAQ]]
 
* [[MDT/UML2/FAQ|FAQ]]
 +
 +
This is not the correct project if you want to create UML2 models. For that you want [[MDT-UML2Tools]]
  
 
== Plans ==
 
== Plans ==
Line 44: Line 47:
 
* [http://www.eclipse.org/modeling/mdt/uml2/docs/tutorials/EclipseCon2008_Tutorial_Creating_Robust_Scalable_DSL_with_UML.html Creating Robust Scalable DSL's with UML: EclipseCon2008:  Tutorial] - Slides from "Creating Robust Scalable DSL's with UML" tutorial at EclipseCon 2008. (nb this is completely illegible on Firefox under linux)
 
* [http://www.eclipse.org/modeling/mdt/uml2/docs/tutorials/EclipseCon2008_Tutorial_Creating_Robust_Scalable_DSL_with_UML.html Creating Robust Scalable DSL's with UML: EclipseCon2008:  Tutorial] - Slides from "Creating Robust Scalable DSL's with UML" tutorial at EclipseCon 2008. (nb this is completely illegible on Firefox under linux)
 
** To follow along with step-by-step examples, add the following URL to your Update Manager: http://archive.eclipse.org/modeling/mdt/updates/EclipseCon2008-UML-Tutorial/site.xml
 
** To follow along with step-by-step examples, add the following URL to your Update Manager: http://archive.eclipse.org/modeling/mdt/updates/EclipseCon2008-UML-Tutorial/site.xml
 
Sadly there appears to be almost no user level documentation on '''using''' UML2 under eclipse for creating UML diagrams.
 
Lars Vogel has a selection of good eclipse guides including this one on UML: http://www.vogella.de/articles/UML/article.html
 
 
Here is somewhere to collect information about [[/UsingUML2|Using UML2]]
 
  
 
== Presentations ==  
 
== Presentations ==  

Revision as of 04:33, 31 August 2009

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

This is not the correct project if you want to create UML2 models. For that you want MDT-UML2Tools

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


Build Related Links

Back to the top