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/UserGuide/Submodel"

(Create a submodel)
(Creation of submodels and reintegration)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=Creation of submodels and reintegration=
+
[[Category:Papyrus]]
 +
This page should be deleted
  
In this page we will show the Papyrus capabilities to create and reintegrate submodels, also known as ''control mode''.
+
[[Category:Papyrus]]
 
+
==What is it?==
+
As a model grows large in number of elements, it is convenient to split them into different physical resources i.e. files.
+
Papyrus provides a feature to perform this splitting in a seamless fashion, allowing to move parts of the model to another resource. We call this ''create a submodel''. 
+
This is specially helpful working in collaborative environments, since the Team features can be applied individually to the different resources i.e. make changes and commit them in only one part of the model.
+
 
+
==Create a submodel==
+
To create a submodel:
+
#Right click on the element which you wish to move to a different resource (a Package in the common case)
+
#Select ''Create submodel''[[Image:ControlAction.png|center|Control Mode Menu]]
+
#The following dialog appears. [[Image:ControlDialog.png|center|Control Mode Dialog]]
+
#Select the desired location
+
#Click ''OK''.
+
 
+
'''Important:''' The selected element has not been moved just yet. The model editor will be dirty i.e. there will be an asterisk next to its name in the tab. In order to complete the submodel creation, you need to '''save''' your model.
+
 
+
The new resource is created in the chosen location with the chosen file name, whilst a green decorator is shown in the model explorer view of the parent model to indicate this element is in a submodel.
+
 
+
==Reintegrate a submodel into the main model==
+
 
+
To reintegrate a submodel into the main model, open the parent model and right click on the submodel element in the model explorer (recognizable with the green decorator).
+
[[Image:UncontrolAction.png|center|Uncontrol Mode Menu]]  
+
 
+
The submodel is reintegrated into the main model resource, and the submodel resource is deleted.
+

Latest revision as of 11:38, 26 November 2020

This page should be deleted

Back to the top