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 "Capella/Viewpoints/BasicViewpoints"

 
Line 10: Line 10:
 
= Installation =
 
= Installation =
 
* Apply the procedure of [[Kitalpha/viewpoint/installationUninstallation#Installation|viewpoint installation]].  
 
* Apply the procedure of [[Kitalpha/viewpoint/installationUninstallation#Installation|viewpoint installation]].  
* Activate one or several basic viewpoints.
+
* Activate one or several basic viewpoints (see list of usage restrictions in the '''Use''' section below).
 
+
  
 
= Uninstallation =
 
= Uninstallation =
Line 20: Line 19:
 
== Use ==
 
== Use ==
 
* Check by right-click on the used diagram that the mode of Synchronization is Unsynchronized else modifications are not displayed in the diagram without diagram refresh.
 
* Check by right-click on the used diagram that the mode of Synchronization is Unsynchronized else modifications are not displayed in the diagram without diagram refresh.
 
+
* Basic Viewpoints behavior is not guaranteed to be correct if multiple viewpoints are activated at the same time on a diagram. Basic viewpoints modifying extended elements (e.g. modifying Parts color depending on the attached Mass/Price status) there might be concurrent modifications leading to incorrect application of styles extensions. '''We thus recommend to activate only one viewpoint at a time on a diagram.'''
  
 
= Source =
 
= Source =
The Basic Viewpoints are released with the source code.
+
The Basic Viewpoints are released with the source code. Source code is also available on [https://github.com/eclipse/capella-basic-vp Github].
  
 
[[Category:Capella]][[Category:Kitalpha]]
 
[[Category:Capella]][[Category:Kitalpha]]

Revision as of 05:03, 16 October 2020

The Basic Viewpoints are provided as example to help the end-user understand the concepts and use of viewpoints.


List of Basic Viewpoints


Installation

  • Apply the procedure of viewpoint installation.
  • Activate one or several basic viewpoints (see list of usage restrictions in the Use section below).

Uninstallation


Common Prerequisites

Use

  • Check by right-click on the used diagram that the mode of Synchronization is Unsynchronized else modifications are not displayed in the diagram without diagram refresh.
  • Basic Viewpoints behavior is not guaranteed to be correct if multiple viewpoints are activated at the same time on a diagram. Basic viewpoints modifying extended elements (e.g. modifying Parts color depending on the attached Mass/Price status) there might be concurrent modifications leading to incorrect application of styles extensions. We thus recommend to activate only one viewpoint at a time on a diagram.

Source

The Basic Viewpoints are released with the source code. Source code is also available on Github.

Back to the top