Bug 480313 - Navigation operation is not available for table and tree description
Summary: Navigation operation is not available for table and tree description
Status: NEW
Alias: None
Product: Sirius
Classification: Modeling
Component: Diagram (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows NT
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: triaged
Depends on:
Blocks:
 
Reported: 2015-10-21 10:48 EDT by Julien Dupont CLA
Modified: 2021-02-19 01:24 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Dupont CLA 2015-10-21 10:48:56 EDT
In the operations' tool, the navigation operation is not available for Table or Tree Description, however, from a diagram description, the tools Table Naviation or Tree Navigation exist. It necessary to implement the navigation operation for Table and Tree Description.
Comment 1 Maxime Porhel CLA 2015-10-22 05:38:05 EDT
The Navigation operation belongs to diagram.ecore and has a diagramDescription:DiagramDescription reference.

This will require to move the ECLass to viewpoint.ecore, to rename the feature and change its type to RepresentationDescription and to provide the corresponding VSM migration participant. 

NavigationTask is nearly ready to handle other kind of representations and to be moved to the core plugin: CreateDiagramWithInitialOperation is API but could be depreciated and replaced by a replacement operation in the core plugin.