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

< MDT‎ | UML2
(How to access sample uml2 diagrams in eclipse)
 
(no cross-package relationships or inclusions)
 
Line 10: Line 10:
  
 
This then gives several diagrams in, eg diagram/06-04-02/07 Classes/
 
This then gives several diagrams in, eg diagram/06-04-02/07 Classes/
 +
 +
==No Cross Package Relationships/Includes==
 +
 +
Eclipse does not seem to allow diagrams to include entities from or relationships to other packages.
 +
If you know how to do this please make a note here.

Latest revision as of 11:09, 30 August 2009

Sample Diagrams

In the eclipse installation directory after installing the Modelling Edition you should find:

plugins/org.plugins/org.eclipse.uml2.diagram.examples.clazz_0.9.0.v200906031456.jar

These can be installed into a project in eclipse by doing

File->Import->General->Archive File
Select the archive file
For 'Into folder' select a folder in an existing/dummy project

This then gives several diagrams in, eg diagram/06-04-02/07 Classes/

No Cross Package Relationships/Includes

Eclipse does not seem to allow diagrams to include entities from or relationships to other packages. If you know how to do this please make a note here.

Back to the top