python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to create UMLPackage object using ResourceSet?
I want to create a UMLPackage object using ResourceSet so that I can parse the UML model. However, I can only get the object of EPackage.
URI uri = URI.createURI("src/model/test.uml");
Resou...
Lqs66
Votes: 0
Answers: 0
EMF: How to set values for attributes of a Class?
I'm working on a project in EMF, where I have created a simple order system. A part of the system is presented on the picture below:
So an OrderItem object will have a reference to only one product a...
H.Karatsanov
Votes: 0
Answers: 1
In EMF how can we add one feature in multiple featuregroup?
I have a feature named "Player" which I want to add to two feature groups.
General and Current, I tried it by giving comma-separated values.
like this:
but this doesn't seem to work for me....
snehasharma
Votes: 0
Answers: 0
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 languag...

Cristian Gomez
Votes: 0
Answers: 0