Questions tagged [eclipse-sirius]

For questions about Eclipse Sirius which is a tool for developing graphical modeling workbenches using Eclipse tools such as EMF and GMF.

Sirius is an Eclipse project which allows you to easily create your own graphical modeling workbench by leveraging the Eclipse Modeling technologies, including EMF and GMF.

51 questions
0
votes
1 answer

Can not be loaded because it comes from a more recent Sirius release

I have a problem opening a project in my own computer. So in the first time i created this project on my pc, than put it on git i went to the university i continued working on it and when i re-pulled the version of my project which is after…
0
votes
1 answer

how to hide something that i don't want to look in Xtext

I am using Sirius and Xtext to do a graphic-text two-way synchronization work, probably after I use Sirius to draw a graphic to generate Xtext text, and modifying the text will modify the graphic synchronously. When I draw with Sirius, the model…
AYuan
  • 13
  • 1
0
votes
0 answers

Running Acceleo from within Sirius

I am trying to run a simple Acceleo generation pragmatically from within a Java Services class of my Sirius Viewpoint Specification Project. I can run the Acceleo mtl from 'Run Configuration' and it works fine but When i try to do it from Java…
0
votes
1 answer

How to always show Sirius Label in foreground

For the context, I'm working with Capella, an Eclipse RCP application based on Sirius (hence, EMF, GMF and draw2d). This application is used for MBSE, that basically means diagram representations for industrial systems. I'm developping an add-on…
May.D
  • 1,832
  • 1
  • 18
  • 34
0
votes
1 answer

Is there similar product to eclipse sirius for Visual Studio and .Net?

Hello, Anyone know a similar tool to eclipse sirius but for .Net and Visual Studio? Thanks.
Questioner
  • 11
  • 3
0
votes
1 answer

Can I invoke an Ecore Operation from Sirius

Is there any way within Sirius to have a user interaction (say, a double click) to invoke an Ecore-defined operation on the semantic element? Further details below. I am using Xcore to define my metamodel. I have a situation like this: enum…
0
votes
1 answer

Difference between eclipse sirius and epsilon

Can someone help me? I would like to know the main differences between the eclipse sirius and epsilon to develop M2M solutions or another MDE approach. Thank you
DevComp
  • 3
  • 1
0
votes
0 answers

How to go from DSL defined in Xtext to Sirius?

I have created an xtext file where I have written a language for state machines. Now I want to create a graphical representation using Sirius. I watched a couple of tutorials online but they only show how to go from ecore to Sirius such as this one…
MDE
  • 21
  • 1
0
votes
1 answer

How to access the model explorer programmatically in eclipse?

How can I access the elements of the Sirius Model Explorer in Eclipse? Actually, I have a NatTable in another view and this NatTable has objects of the model in its cells. What I want to achieve is whenever I click on the cell of the nattable I can…
0
votes
1 answer

How to link the selections in Nattable shown in a custom editor view to the sirius property view in eclipse?

I have a question regarding the linkage of the selection made on the nattable in a custom editor view and the sirius property view. Any ideas, how should i go for it, it will be really kind of you if you can highlight the steps in an easy to…
0
votes
1 answer

Exporting diagram/node from odesign Sirius file

I have a Java application which uses Sirius to model some nodes and diagrams. I have two questions: 1. How I can export these diagrams as an XML/JSON? Is it possible to export some nodes of the diagram only? Please see the attached screenshot. For…
M.Ghazi
  • 1
  • 1
0
votes
1 answer

How to realise a 'sequence diagram' without using uml sequence diagram metamodel

I'm working on a description of a scenario by using sequence diagram. and i would like to define the metamodel without having all the uml element for the SD. Kind of creation of my own SD. the problem is i don't know the steps to follow. does…
Gustave
  • 3
  • 1
0
votes
1 answer

Sirius diagram updation through Xtext editor

I am using my own resource which is not of type XMI Resource.If I create Eobjects in Sirius diagram editor it is reflecting in Xtext editor but vice versa is not working .If I try to edit any elements short name in Xtext editor Sirius diagram is…
Naga K.S
  • 13
  • 3
0
votes
1 answer

Eclipse RCP application/product could not correctly run

I have an Eclipse RCP application, which has 2 parts, cdt extension and GMF extension, I create an product configuration, uses application="org.eclipse.ui.ide.workbench" with no problems but there are more unexpected menus shown, so I have to use…
Ma Lang
  • 1
  • 2
0
votes
1 answer

Sirius and Xtext generated Languages - Diagram with cross references

I have a project with 2 different DSL developed with xtext. DSL B uses elements of DSL A. I added Sirius to my Editor and want to show the Elements in a digram. My issue is now, that I have to choose a root model class from DSL B. When I generate…
fx88
  • 43
  • 1
  • 8