Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Lorenzo2017-01-23 16:51:27 +0000
committerVincent Lorenzo2017-01-23 17:16:49 +0000
commit8018f968401e39eb3b2a03ab22391e9a22b369a0 (patch)
tree4d5cff4d0f600bdcdf4a3992033bd51e2efa5f6f /plugins
parentcb4a993aa4b923ffd0fa86bfb18949c0f2d964b2 (diff)
downloadorg.eclipse.papyrus-8018f968401e39eb3b2a03ab22391e9a22b369a0.tar.gz
org.eclipse.papyrus-8018f968401e39eb3b2a03ab22391e9a22b369a0.tar.xz
org.eclipse.papyrus-8018f968401e39eb3b2a03ab22391e9a22b369a0.zip
Bug 510869: [Importer][Rhapsody] Type are sometimes created at the root of the resource
Change-Id: I221d23285e7e58730b86c9427b40e0fe570c8f4b Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
Diffstat (limited to 'plugins')
-rwxr-xr-xplugins/doc/org.eclipse.papyrus.migration.rhapsody.doc/src/site/mediawiki/rhapsodyMigrationUser.mediawiki4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/doc/org.eclipse.papyrus.migration.rhapsody.doc/src/site/mediawiki/rhapsodyMigrationUser.mediawiki b/plugins/doc/org.eclipse.papyrus.migration.rhapsody.doc/src/site/mediawiki/rhapsodyMigrationUser.mediawiki
index ea4c913ba04..159e0af5617 100755
--- a/plugins/doc/org.eclipse.papyrus.migration.rhapsody.doc/src/site/mediawiki/rhapsodyMigrationUser.mediawiki
+++ b/plugins/doc/org.eclipse.papyrus.migration.rhapsody.doc/src/site/mediawiki/rhapsodyMigrationUser.mediawiki
@@ -140,9 +140,6 @@ Papyrus migration tools allows to import Rhapsody models as UML Model. Some Rhap
| IType
| Class
|-
-| IType
-| UML Predefined Types defined in Papyrus
-|-
| IVariable
| Designer
|}
@@ -181,6 +178,7 @@ The following stereotypes are supported (not complete list).
===Properties's Type Mapping===
* The Rhapsody Types Libraries (like PredefinedTypes, PredefinedTypesC and PredefinedTypesCpp) are imported, when required, as UML Package in the imported Model. By this way, the types of the user model are preserved by the transformation.
* To ease user experience, we always import the UML Predefined Types library, but we doesn't use the provided types in the imported model.
+* In some case, a Package called '''UserTypesDeclaration''' is created. The goal of this package is to group the type declared using the '''C++ declaration''' field text in Rhapsody. It is not a reference to an existing type, it is only a name given to the type.
===Diagram Mapping===
*Papyrus Rhapsody Migration Tools allows to import Rhapsody SysML Diagrams as Papyrus SysML 1.1 Diagrams. The supported diagrams are:

Back to the top