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 "VIATRA2/Examples/UML2 import"

(New page: == Description == TODO == Preliminaries == TODO)
 
(Preliminaries)
Line 4: Line 4:
  
 
== Preliminaries ==
 
== Preliminaries ==
 +
 +
You have to make sure that the UML2 model element in the root of the EMF resource is a '''Model''' instance. UML2 models exported from Rational 7 satisfy this, however UML2 models coming from the GMF-based tools in Eclipse do not necessarily.
  
 
TODO
 
TODO

Revision as of 05:51, 10 July 2008

Description

TODO

Preliminaries

You have to make sure that the UML2 model element in the root of the EMF resource is a Model instance. UML2 models exported from Rational 7 satisfy this, however UML2 models coming from the GMF-based tools in Eclipse do not necessarily.

TODO

Back to the top