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

Eclipse Sirius custom layout

I am fairly new to Sirius developing environment, I am trying to develop a custom module layout using Sirius, the documentation available is a bit advanced. Is there any good source or tutorial available that explains how to create custom layout…
Joseph
  • 57
  • 6
0
votes
0 answers

Eclipse sirius cannot reload the diagram editor

I have the EMF model and created the Sirius project for that EMF model. When I run the application and select the created view point I get the diagram editor to drag and drop the features of the model to the editor and I save it. But when I tried to…
Raj
  • 19
  • 6
0
votes
1 answer

Make Eclipse Sirius plugin or Eclipse Rich Client Platform

I made Eclipse Sirius Tutorials (https://wiki.eclipse.org/Sirius/Tutorials) and now I would like to make standalone application with prepared Sirius runtime. Is there any way to run it standalone? I don't want to run one instance of Eclipse and in…
kuba44
  • 1,838
  • 9
  • 34
  • 62
0
votes
1 answer

Eclipse Sirius - I want to convert my existing code into model

I find meta-modeling very interesting, so I installed Sirius and am trying to convert an already existing application into modules that I can represent in Sirius. However, I don't know where to start. When I installed the plugin, it does nothing,…
javapadawan
  • 897
  • 6
  • 12
  • 29
0
votes
1 answer

how to fix a bug of sirius/viewpoint specification project

I'm using Sirius framework on eclipse mars (4.5). When I create a new "viewpoint specification project" in class Activator appears this error: "The type org.eclipse.core.resources.IResourceChangeListener cannot be resolved. It is indirectly…
Andrea Scarpa
  • 161
  • 1
  • 1
  • 6
0
votes
2 answers

How can Eclipse Sirius interact with other systems?

What I want: I have a sensor with a variable isWorking(boolean) on a real system. Now I want a viewer that shows me if the sensor is working or not. For example sensor node is green or red. What I have: I have a softSPS program on CoDeSys with the…
rivella
  • 1
  • 2
1 2 3
4