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-UML2Tools"

(Correct diagram list)
(FAQ)
Line 9: Line 9:
 
== New and Noteworthy ==
 
== New and Noteworthy ==
 
[http://wiki.eclipse.org/index.php/MDT_1.0_New_and_Noteworthy#UML2_Tools__Component UML2Tools New and Noteworthy]
 
[http://wiki.eclipse.org/index.php/MDT_1.0_New_and_Noteworthy#UML2_Tools__Component UML2Tools New and Noteworthy]
 +
 +
== FAQ ==
 +
 +
=== What is UML2Tools? ===
 +
UML2 Tools is a set of GMF-based editors for viewing and editing UML models.
 +
 +
=== Which UML diagrams are supported by UML2Tools? ===
 +
Class, Profile Definition, Component, Activity and State Machine diagram editors are already implemented. Composite Structures, Deployment, Object and Use Case diagrams are in progress.
 +
 +
=== Which GMF version is used to generate UML2Tools source code? ===
 +
UML2Tools diagrams use 'fresh' GMF. Source code is regenerated with up-to-date GMF on every significant change in GMF and on milestone. It is so because GMF provides more and more features with every iteration. However, some amount of custom code exists in this project. This code is put into 'custom-src' folder or marked with '@generated-not' tag. Note that we use 'Generate UML2Tools Diagrams' action in the context menu of *.gmfgen files to generate code. This action is available if you have GMF-sources checked out in your development workspace.
  
 
== Samples ==
 
== Samples ==

Revision as of 08:04, 30 October 2007

UML2 Tools is a set of GMF-basededitors for viewing and editing UML models. UML2 Tools consist of Class, Profile Definition, Component, Activity, State Machine diagram editors. Composite Structures, Deployment, Object and Use Case diagrams are in progress. UML2Tool is in incubation phase now, but it already had its first release. New Diagram wizards are available in the 'New/Other/UML 2.1 Diagrams' wizard group.

Plans

1.1 Project Plan

1.0 Project Plan

New and Noteworthy

UML2Tools New and Noteworthy

FAQ

What is UML2Tools?

UML2 Tools is a set of GMF-based editors for viewing and editing UML models.

Which UML diagrams are supported by UML2Tools?

Class, Profile Definition, Component, Activity and State Machine diagram editors are already implemented. Composite Structures, Deployment, Object and Use Case diagrams are in progress.

Which GMF version is used to generate UML2Tools source code?

UML2Tools diagrams use 'fresh' GMF. Source code is regenerated with up-to-date GMF on every significant change in GMF and on milestone. It is so because GMF provides more and more features with every iteration. However, some amount of custom code exists in this project. This code is put into 'custom-src' folder or marked with '@generated-not' tag. Note that we use 'Generate UML2Tools Diagrams' action in the context menu of *.gmfgen files to generate code. This action is available if you have GMF-sources checked out in your development workspace.

Samples

Samples of UML2Tools diagram are available in Eclipse CVS:

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

Newsgroups / Mailing Lists

Questions are answered in the eclipse.modeling.mdt.uml2tools newsgroup.

Related Links

Back to the top