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

Sirius - Create graphical interface to xtext template language

in my project we use a Xtext template language to create some documents. Similar to whats written here: https://www.eclipse.org/Xtext/documentation/207_template.html So basically a template starts with a « and ends with a » In between we call xtend…
Chris
  • 1
  • 1
0
votes
1 answer

Change help expressions in Properties View in Sirius Diagram

I have two questions: How can I change the help expressions in the Sirius Diagram? (See attached image.) I want to change the help expressions associated with the (?) symbol. I do not want to create my own properties view as explained in this…
0
votes
0 answers

Error while instantiation of sirius elements

In sirius I can instantiate elements, the error is when I create a table, when I give the name 'tache' to this table, the following error occurs 'mismatched character' a 'expecting' w '' And when I change the 't' no error.... I did not understand…
Senoussaoui Ikram
  • 197
  • 1
  • 1
  • 9
0
votes
1 answer

Space error in sirius

I created my xtext grammar, and now I use sirius to model, the problem I have is when I create an element from the palette (eg I create a button), In the file that takes the extension of the xtext in my case 'instance.pfe' I find a space error, the…
Senoussaoui Ikram
  • 197
  • 1
  • 1
  • 9
0
votes
1 answer

How to integrate OCL constraints to a model created with Eclipse Sirius?

Its difficult to give more details as I haven't even found a clue in OBEO Designer Community to model OCL constraints. Anyone has a idea how to do this? Thanks
Florian Reisinger
  • 2,638
  • 4
  • 23
  • 34
0
votes
1 answer

Generate react native code from sirius

Good evening , I want to generate react native code from the sirius but I do not know how and is it possible to use acceleo for that ?? Thanks for helping me .
Senoussaoui Ikram
  • 197
  • 1
  • 1
  • 9
0
votes
1 answer

Running Models in Sirius

with the Eclipse plugin Sirius you can develop a user interface for creating models given the rules of your EMF meta-model much easier than getting your hands dirty directly with GMF. This is really cool! However, how can you run the models in the…
igi
  • 29
  • 6
0
votes
1 answer

Obtain a file that contains the information of my model on sirius OBEO

I created my graphic model with Sirius using my own grammar everything is perfect, Node in the graph the relationships between Node etc. Now I want to generate a file containing all the information of the titles of my Node and the relations between…
user7674396
0
votes
1 answer

Sirius error NullPointerException

So I created my grammar xtext in which I declared a part View, a part Model, and another for controller (MVC), then I generated my model and now I'm modeling using Sirius I created Also my palette, and I was able to drag items, but my problem is…
Senoussaoui Ikram
  • 197
  • 1
  • 1
  • 9
0
votes
1 answer

An error has occurred. See error log for more details

When Icreate my project EMF and my project sirius,I have this error: My version: Eclips version: Oxygen Release Milestone 5 (4.7.0 M5) Sirius version: 4.1 An error has occurred. See error log for more…
0
votes
1 answer

Generate source code from eclipse sirius

Using eclipse Sirius, we can create our own graphical modeling workbench. I read about Sirius tutorials from the following link. https://wiki.eclipse.org/Sirius/Tutorials/StarterTutorial After completing the above tutorial, I got xml file that is…
Necromancer
  • 869
  • 2
  • 9
  • 25
0
votes
1 answer

Methods are not visible in class diagram UMLDesigner 7.1

I am using the UMLDesigner Sirius version 7.1 and by far a great tool. I had to switch my workspace and reimport my project into the new workspace. I am currently working on a class diagram. Everytime when i am creating a new method in a class it…
0
votes
1 answer

Set the attribute value through java method call

I have the Ecore model which has the attribute ID.Now in the Sirius we can set the attribute values through the set operation by specifying the feature name of the attribute and the value Expression in the Sirius design.Now the problem is,i want to…
NVN
  • 107
  • 1
  • 13
0
votes
2 answers

How to read the serialized objects stored in the model file

I have created the ecore file for basic family and i have generated the model,edit and editor code and i run the application now i am able to create the family model file in the run time.But now i want to read that model file to get the serialized…
NVN
  • 107
  • 1
  • 13
0
votes
1 answer

creation of different diagram view on double click

In my model i have containers and they have n number of sub containers.So in my diagram view it is difficult for the user to view multiple sub containers created inside the container.So i want to create a multi layered diagram view such that instead…
NVN
  • 107
  • 1
  • 13