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

< MDT
(Tutorials)
(Tutorials)
Line 38: Line 38:
  
 
* [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.
 
* [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.
** To follow along with stepby-step examples, add the following URL to your Update Manager: http://download.eclipse.org/modeling/mdt/updates/EclipseCon2008-UML-Tutorial/
+
** To follow along with step-by-step examples, add the following URL to your Update Manager: http://download.eclipse.org/modeling/mdt/updates/EclipseCon2008-UML-Tutorial/
  
 
== Presentations ==  
 
== Presentations ==  

Revision as of 16:37, 9 April 2008

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


Frequently Asked Questions

Plans

Guides

Articles

Javadoc

Tutorials

Presentations

  • 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.

Related Links


Back to the top