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 "Papyrus/Oxygen Work Description/NewFeature/ImportRhapsody"

(Required changes in Papyrus)
(Import From Rhapsody Model)
Line 1: Line 1:
 
=Import From Rhapsody Model=
 
=Import From Rhapsody Model=
 +
The bugs used for this task are:
 +
*[https://bugs.eclipse.org/bugs/show_bug.cgi?id=496175 bug 496175:  Papyrus must provide a tool to import UML Rhapsody model into Papyrus]
 +
** used to trace the development itself
 +
*[https://bugs.eclipse.org/bugs/show_bug.cgi?id=499237 bug 499237:  the plugin org.eclipse.papyrus.migration.rsa must be refactored]
 +
** used to trace the rsa refactoring
  
 
=Development=
 
=Development=

Revision as of 10:19, 5 August 2016

Import From Rhapsody Model

The bugs used for this task are:

Development

The development is done on a dedicated branch called committers/vlorenzo/oxygen/496176-import-rpy based on the master (Oxygen) branch.

Required changes in Papyrus

Papyrus already manages the import of RSA Model. All the code of this import (QVTO transformation, Wizard Pages, Dialog, Launcher, ...) are in the plugin org.eclipse.papyrus.migration.rsa. Thje main part of this code is generic, so a refactoring is required to be able to reuse this code for the Rhapsody Import.

These changes will be done using the Bug 499237: [Importer][Rhapsody][RSA] the plugin org.eclipse.papyrus.migration.rsa must be refactored<code>

Changes

Papyrus model rsaToPapyrusParameters (from org.eclipse.papyrus.migration.rsa/model/ui) becomes migrationParameters (in org.eclipse.papyrus.migration.common/model/ui).

Back to the top