emf Questions
5
Solved
I am reading the book EMF: Eclipse Modeling Framework where its stated:
The EMF programming model strongly encourages, but doesn’t require,
the use of factories for creating objects. Instead of...
Abbotson asked 26/3, 2015 at 9:44
1
What is the best way to build models in IntelliJ, in the style of Eclipse EMF ?
Is there an equivalent of Eclipse EMF in IntelliJ ?
And is there something that adheres to standards such as EMOF i...
Otiose asked 23/2, 2018 at 16:11
3
Solved
I'm aware of the fact that I cannot override or redefine attributes as a whole in an ecore-based model when it comes to inheritance. But can I somehow assign a new value to an existing, inherited a...
Yellowbird asked 27/6, 2013 at 15:6
0
I'm currently trying to build my project with Maven.
The problem arises with EMF when I try to generate the sources.
I did a lot of research on how to trigger the build process so that the sources...
1
Solved
According to the EMF FAQ, it is possible to create a Map in EMF:
An EMap is basically a List of java.util.Map$Entry instances.
Therefore to create a Map you need to first model your map entry b...
Marney asked 29/12, 2016 at 21:7
3
I'm still a novice in EMF so maybe my question doesn't really make sense or I assume wrong things.
I'm working on a model-driven project, so I defined an ecore metamodel and generated the associat...
1
Solved
I've been working through a long string of issues that apparently started when my Ubuntu VM ran out of disk space a couple of weeks ago. I was able to expand the virtual disk and get past that, but...
Tizes asked 18/2, 2016 at 17:16
4
Solved
1
I am developing an EMF-model and an UI with different views. I also use the generated Editor from EMF.
Every element has different properties, which can be shown in the Properties-View. But especi...
Selfabasement asked 21/11, 2014 at 10:4
1
Solved
I m new to EMF and trying to save an EMF Model as Follows:-
public void saveData(File file, Device device) throws IOException {
final ResourceSet resourceSet = new ResourceSetImpl();
// Use X...
1
Solved
I am building a code generator in XTend where I already have an input model and meta model. That is, I use ATL to generate the input model for my XTend code generator (as part of a transformation s...
1
© 2022 - 2024 — McMap. All rights reserved.