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"

(Overview)
(Overview)
Line 1: Line 1:
 
==Overview==
 
==Overview==
 
[http://www.eclipse.org/modeling/mdt/?project=uml2tools#uml2tools UML2 Tools] is a set of [http://wiki.eclipse.org/index.php/Graphical_Modeling_Framework GMF-based] editors for viewing and editing [http://www.uml.org UML] models. UML2Tools is a part of [http://wiki.eclipse.org/Galileo_Simultaneous_Release Galileo Project]. UML2Tool is in incubation phase now. UML2 Tools provides editors for<br>
 
[http://www.eclipse.org/modeling/mdt/?project=uml2tools#uml2tools UML2 Tools] is a set of [http://wiki.eclipse.org/index.php/Graphical_Modeling_Framework GMF-based] editors for viewing and editing [http://www.uml.org UML] models. UML2Tools is a part of [http://wiki.eclipse.org/Galileo_Simultaneous_Release Galileo Project]. UML2Tool is in incubation phase now. UML2 Tools provides editors for<br>
* Structure diagram:
+
* Structure diagrams:
 
** Class
 
** Class
 
** Profile Definition
 
** Profile Definition

Revision as of 18:39, 15 October 2009

Overview

UML2 Tools is a set of GMF-based editors for viewing and editing UML models. UML2Tools is a part of Galileo Project. UML2Tool is in incubation phase now. UML2 Tools provides editors for

  • Structure diagrams:
    • Class
    • Profile Definition
    • Composite Structures
    • Component
    • Deployment
  • Behavior diagrams:
    • Activity
    • State Machine
    • Use Case
  • Interaction diagrams (in progress):
    • Sequence (new in Galileo)
    • Timing (under development, source-code available in CVS in 'exprimental' folder)

New Diagram wizards are available in the 'New/Other/UML 2.1 Diagrams' wizard group.
UML2 Tools is based on MDT UML2 metamodel.

Plans

New and Noteworthy

Samples

Figures from UML2 specifications are implemented using UML2Tools. They are used to visually demonstrate UML2Tools capabilities. These samples are available in Eclipse CVS:

cvs -d pserver:dev.eclipse.org:/cvsroot/modeling co org.eclipse.mdt/org.eclipse.uml2tools/examples/

Newsgroups / Mailing Lists

The best way to find an answer to your questions and to offer your suggestions is to write it in UML2 Tools Forum.

Documentation

  • Profiles

Related Links

Back to the top