Questions tagged [sirius]

For questions about developing using Eclipse Sirius which is a tool for creating a graphical modeling workbench.

Eclipse Sirius Overview

11 questions
1
vote
0 answers

Tutorial for using sirius Modeling with Xtext

I have created an xtext project from the tutorial given by their main site, but I want to integrate Sirius with the xtext project so that I can edit a diagram or the dsl file itself with each edit reflecting on the other editor view also with code…
1
vote
2 answers

How do I get a Part in the sirius-web scripting interface?

When using the system scripting interface ("system/scripting") of sirius-web (part of the sirius framework), what method is available to use to get a specific registered Part to use in my script?
Yalla T.
  • 3,707
  • 3
  • 23
  • 36
0
votes
0 answers

Broken view of src folder for package explorer with modelling nature in Eclipse

In Eclipse 2022-12, I have installed Sirius v7.0.7.202301170754 and downloaded the Sirius example from https://wiki.eclipse.org/Sirius/Tutorials/DomainModelTutorial. The visualization of the src-gen folder in both Model Explorer and Project Explorer…
Gionata
  • 133
  • 11
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 generate diagrams from *.aird through code

I have drawn an image in the Obeo Designer. And I can export the image through right-click the image and click the "Export as a Diagram". Now I want to export the diagrams through java code instead of interacting with the Obeo Designer because my…
Vallxy
  • 13
  • 3
0
votes
0 answers

Obeo Desinger dont start on windows 11

I want to run Obeo Designer, on windows 11 and jvm 8 (1.8.0:331) installed. When I run obeodesigner.exe, it crash and show me this errors https://i.stack.imgur.com/Tw1hK.jpg Could anybody tell me how can I solve it?
xobius
  • 1
  • 1
0
votes
0 answers

XMI model to Defined Xtext Model

I have defined my own language with xtext, and I am able to generate a textual model for said language. I am able to open this textual model (imageDSL) with the textual editor defined for this language and with the tree modeling editor…
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

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
0 answers

Get viewer of a View Eclipse

I try to refresh my Sirius Project programmatically like it refreshs if I'm press F5. project.refreshLocal(IResource.DEPTH_INFINITE, new NullProgressMonitor()) doesn't refresh the project the way I want, so I checked out what the…
seb2704
  • 390
  • 1
  • 5
  • 17
-1
votes
1 answer

drag and drop element on physical architecture blank diagram not working

I recently test the creation of sirius diagram with this tutorial : https://alain-bernard.developpez.com.../sirius-intro/). Unfortunately today I'm locked when I try to drag and drop items on my physical architecture blank diagram. I have the…
marc.L
  • 1