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
4
votes
3 answers

Occurrence- vs. execution-specification in Sequence Diagrams, when to use each?

In a sequence diagram, when should a message originate from an occurrence specification and when should it originate from an execution specification? Likewise, when should the message's target be each of the two? Clarification of terms I understand…
Pétur Ingi Egilsson
  • 4,368
  • 5
  • 44
  • 72
2
votes
1 answer

How to resolve Failed to create the part's controls in Eclipse Modeling Persective?

I am creating an ECore Modeling Project in eclipse. As soon as the project is created, I get the following error in the Model Perspective: java.lang.ClassCastException: org.eclipse.swt.layout.GridData cannot be cast to…
Iffat Fatima
  • 1,610
  • 2
  • 16
  • 27
1
vote
1 answer

Creating dynamic representation for a container in Sirius

I would like to know the possibility of having a dynamic representation to a container in Sirius editor. Let me explain the problem bit elaborately. I want to model a vehicle in Sirius editor. I consider vehicle as container and wheel as node. I…
Sanjit Kumar Mishra
  • 1,153
  • 13
  • 32
1
vote
1 answer

How to call external java operations in Sirius

I am designing an editor for a DSL using Sirius , I would like to know how to call java methods from the odesign and store the content returned by the Java methods.
sali333
  • 125
  • 4
  • 15
1
vote
1 answer

Generating Java code using Xtend and Sirius

So, my aim is to create graphical DSL. I created a ecore model using Eclipse Modeling Framework, after that I've used Sirius to create graphical modeling tool and I have problems with the last step which is generating Java code. I would like to use…
user777
  • 83
  • 7
1
vote
2 answers

Generate some child in my ecore model

To simplify my question I've made a little model of my problem. In this model, I have a Plane in a Simulation. I would like to generate with a little piece of code, some other Plane with the same children classes (MotorType, OtherClass1,…
1
vote
1 answer

Visibility in popup menus

I have created an eclipse plugin project. I want this plugin to be available as a popup. Therefore I have created an extension point with "org.eclipse.ui.popupMenus" (I know it is deprecated now, ours is an old project.) I want this popup option to…
1
vote
1 answer

Open DialectEditor programmatically outside of main editor area (E3/E4 hybrid)

what I want to do: In my RCP an E3/E4 hybrid I have a project and library based on sirius tree. The User can drag an drop item from the library tree to the project tree. This works fine and was no great problem to build in. So now I want to make the…
Fry123
  • 38
  • 4
1
vote
1 answer

Cannot complete the install because of a conflicting dependency.

When I want to install a plugin Obeo Designer on eclipse modeling I have this error : Cannot complete the install because of a conflicting dependency. Software being installed: Sirius Specification Environment 3.1.7.201611021249…
1
vote
1 answer

Different representation for superclass and subclass

I'm new to creating editors with Sirius and I have the following EMF model: I want to create a Sirius editor for the given meta-model with different representations for Superclass A and Subclass B. Both classes A and B can be instantiated and…
tzwickl
  • 1,341
  • 2
  • 15
  • 31
1
vote
2 answers

Generating the separate ecore files for the sub-Epackes present in the existing model

Problem: I have an ecore file which has the sub-E Packages. Using this model I am trying to create the GUI part using Sirius. But the problem with Sirius is that it does not support ecore files containing sub-E Packages. So we have to extract those…
NVN
  • 107
  • 1
  • 13
1
vote
0 answers

Call a Scala Embeded Method in External Java Action

I'm developing a program mixed with java and scala. Eclipse : Eclipse Modeling Tool 2.4 Sirius : for model representation Scala IDE My situation is that I use External Java Action Interface in Sirius to extend modeling representation. Let say the…
Grace Park
  • 11
  • 2
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

Cannot drag and drop Annotation

i am working with eclipse modelling tool 2020, i did not change anything in the original IFML source but when i try to drag and drop Annotation, it cannot be instantiated inside other element, can only be instantiated outside of the component when…
0
votes
0 answers

Eclipse too slow and unresponsive

i use EMF framework, Sirius, Acceleo for a new eclipse plugin me and my team mate is working on. The problem is, everytime i want to try and run the plugin we already developed, eclipse took way too long to start, iam not talking about 30 second or…
1
2 3 4