The EMF project is a modeling framework and code generation facility for building tools and other applications based on a structured data model. From a model specification described in XMI, EMF provides tools and runtime support to produce a set of Java classes for the model, along with a set of ...
9
votes
3answers
1k views
What are the main differences between Jetbrains' MPS and Eclipse Xtext?
I have used Eclipse Xtext in several projects. I loved the ease of defining a grammar over an Ecore (meta)model and letting everything generated for you including awesome Eclipse plugin editor, but I ...
4
votes
1answer
256 views
Multilevel Master/Detail Databinding with EMF and RCP
I'm kind of new to EMF and data binding an couldn't find a answer to my problem.
First something about what I'm trying to do:
I made a model with EMF, representing the settings of a device, and a RCP ...
4
votes
1answer
702 views
Where can I find a valid SVG XML Schema (for ecore generation)?
I tried importing the SVG XML Schema into EMF, to obtain the SVG metamodel in ecore. However, the import failed due to the schema not being valid: indeed, svg.xsd references XMLSchema.dtd, which ...
4
votes
2answers
944 views
What is the best way to serialize an EMF model instance?
I have an Eclipse RCP application with an instance of an EMF model populated in memory. What is the best way to store that model for external systems to access? Access may occur during and after run ...
3
votes
2answers
117 views
What is Eclipse Modeling Framework?
I am sorry, this might look too simple, but I am vague about what Eclipse Modeling Framework is?
Based on their website, it generates java code, based on XML specification.
I wonder if it is ...
3
votes
3answers
347 views
why should I use EMF?
I've read some tutorials about EMF and I still wonder why I should use it.
Until now, I was generating my POJOs from XSD schema +JXC, or by hand.
As far as I understand EMF it can be useful to ...
3
votes
1answer
470 views
how to merge emf models programmatically in java?
Is there a way to combine multiple Ecore models (2 or more) in a single Ecore model programmatically in java? With all models conform to the same metamodel.
IN:
Model1 conforming to metamodelX
Model2 ...
3
votes
3answers
469 views
Java with EMF & RCP vs C#
We're thinking about switching technology for our future projects going from C++ to Java or C#. So naturally there's a big discussion going on right now what to choose. The problem is that none of us ...
3
votes
3answers
1k views
How can I traverse the EMF object tree generated by Xtext?
I'm using Xtext to define my DSL. Xtext generates a parser that lets me traverse the EMF model of my input DSL. I'd like to translate this EMF model into some other tree. To do this translation, I ...
3
votes
4answers
4k views
How to use EMF to read XML file?
EMF = Eclipse Modeling Framework
I have to use EMF in one of my class projects. I am trying to understand how to use EMF to do the following:
Read XML,
Get the values into objects.
Use ORM to ...
2
votes
2answers
66 views
How to solve ERROR Mwe2Launcher: Couldn't find EClass for name
I created a Xpand generator. In its src/ folder I've defined my model My.nn a template and a workflow.
This is how my workflow.mwe2 file looks like:
module workflow.NeuralNetworksGenerator
import ...
2
votes
1answer
58 views
How to programmatically trigger validation of EMF model?
In an editor created with EMF, one can validate a model by right-clicking on any modeled element and choosing "Validate" from the context menu. I want to call this functionality programmatically. My ...
2
votes
1answer
69 views
Collaborative Modeling Editor Plugin
I need to develop an eclipse plugin for developing Collaborative Modeling Editor. I have only basic eclipse knowledge. How can I develop collaborative editors in Eclipse?
Can I use ECF for doing ...
2
votes
2answers
196 views
Modify Java source code programmatically
I used the EMF ANT-Task XSD2Java to generate Java code from an existing XSD. Unfortunately the ANT-Task works not as correct as the manual tool and generates a package like ...
2
votes
2answers
158 views
Java: Two classes with nearly identical methods using two different enums; possible to avoid redundancy? (static methods everywhere)
I have two enums describing two UML profiles (meaning they define stereotypes that the profiles contain).
I also have two utility classes featuring nearly identical methods working on each of the ...
2
votes
0answers
272 views
How to design a Eclipse RCP (Client/Server) using EMF for the model?
We are planing a project where we will have an eclipse based client communicating with an glassfish server (+ Oracle database). The business logic will reside on the server, the client should act more ...
2
votes
2answers
626 views
How to convert an XMI model-instance of Ecore to XML of the given XSD?
I am using the Ecore model which is based on imported XML Schema file (XSD). Using generated Java classes (based on Ecore model), I build an instance of the model and save it as a resource in XMI ...
2
votes
0answers
111 views
How to use an InputDialog inside EMF Commands?
I am trying to open an InputDialog inside the execute() method of a custom command. It looks as follows:
public class MyCommand extends CompoundCommand{
...
execute(){
try {
...
...
2
votes
3answers
552 views
NoClassDefFoundError exception while using external library in EMF plugin project
I'm working on a EMF project where I've created a ecore model from a mdl file. I created the corresponding gencore file and generated the code from the gencore file. While EMF has a own serialization ...
2
votes
1answer
279 views
Run EMF Validation of an ecore model outside of Eclipse
I found nothing how to validate an ecore model outside of eclipse. Does someone know how to do this?
2
votes
2answers
213 views
EMF: changing generated code or use inheritance?
I work on an EMF project. One of the design decisions was not to touch the generated code and not to check it in. Instead, whenever something needs to be changed, a sub-class is created that contains ...
2
votes
2answers
326 views
Why eGet() in EMF returns Object rather than EObject?
I am working on some code using the EMF framework in Java, but it is really hard to use, e.g. I cannot implement OCL-like query API on top of EMF which would be type-safe. One of the reasons is that ...
2
votes
1answer
473 views
JARS necessary to distribute Eclipse EMF based library?
I'm working with a library (MDHT from OpenHealthTools) to parse CDA XML.
It relies on parts of Eclipse and the EMF plugin for Eclipse to do its thing. I've addressed most of the dependencies, but I'm ...
2
votes
2answers
980 views
How to create Genmodel and model code from ecore programmatically using EMF API?
are there any tutorials available for doing so?
2
votes
2answers
4k views
How to convert xsd to ecore (EMF)
What is the best way to convert .xsd-files into .ecore-files?
Is there an eclipse plugin for that?
1
vote
0answers
36 views
Bidirectional M2M Transformations using Eclipse EMF
I would like to do bidirectional Model2Model transformations. Both models are EMF / eCore based. Actually I would prefer that one model is an editable view on the other.
What are my options?
Which ...
1
vote
1answer
62 views
reference ecore model path of a different ecore model
Here is my problem.
We currently have several ecore models for our applications. One of the ecore models (mainModel.ecore) has stuff that is common in all the rest of the models. So, what i want to ...
1
vote
2answers
86 views
acceleo compiler, 5:The metamodel couldn't be resolved
I am attempting to create a standalone ant build file for android. We are using acceleo to generate code.
Here are the steps i am taking within the build.xml.
compile the auto generator
Generate ...
1
vote
0answers
59 views
Can I use EMF/ECore for XML based models?
EMF has support for XSD through Ecore to XSD import export capability, but I have a use case that requires continuous switch between the two domains.
I have a set of published XSD schemas, and ...
1
vote
1answer
113 views
Getting the XSD source from an org.eclipse.xsd.XSDSchema object?
I'm parsing an XML Schema file (*.xsd) using org.eclipse.xsd.XSDSchema and would like to display some XSDTypeDefinitions as literal XSD source.
Here's an example schema:
<xs:schema ...
1
vote
1answer
251 views
emf, resource problem
I get the following exception:
java.lang.RuntimeException: Cannot create a resource for 'file:/home/my_conf.xml'; a registered resource factory is needed
the "explosion" code is like this and ...
1
vote
1answer
141 views
Code genration with EMF
I want to generate code through EMF in Web page Editor in Eclipse.I am able to add my category in palette.But i have no knowledge about schema & exsd.Please tell me where i can get proper ...
1
vote
1answer
76 views
Adding behavior to EMF models
I'm wondering how people in general deal with adding behavior to EMF models. I have a model representing a certain type of physical file (a project file for an IDE, but the details are not ...
1
vote
1answer
97 views
Changing default validation messages
Using EMF Validation to validate model I get error messages such as
The feature 'blah' of 'blah' with 0 values must have at least 1 values
This message might be confusing to user, is there ...
1
vote
2answers
449 views
Using emf compare from code?
I have two emf models A and B where B only differs from A because it has an extra child node.
Now I would like to use emf compare from code to do:
1) Read model A and B and create model C which is ...
1
vote
1answer
54 views
Writing a format updater in java?
I have an application that reads an input xml file and builds an emf/ecore model (which can be stores as a xmi file).
The input format file is "locked" meaning that no new tags, attributes etc not ...
1
vote
1answer
438 views
1
vote
0answers
179 views
Ecore, genmodel and OCL
I am defining the meta model of a domain specific modeling language by means of Ecore in EMF. I therefore generate an editor from the related genmodel I can use to create models conform to the ...
1
vote
1answer
102 views
How to generate code as Eclipse Visual Editor Does
I want to create an editor which should be drag and drop and it should generate source code accordingly.I found Visual Editor is doing almost the same what I wanted to achieve. I already went through ...
1
vote
1answer
126 views
Is it possible to use Java5 level annotations to generate EMF using “annotated Java”?
I've recently discovered that it was possible to use annotated Java code to generate an EMF model. However, I was stunned by the fact that this annotated Java code use javadoc annotations, that are ...
1
vote
1answer
507 views
How automatically update EMF ResourceSet on file change?
I need to have always up to date content of some file in my program
I've created EMF resourceset
Because resourceSet.getResource(resourceURI, true) takes a lot of time to proceed I store resourceSet ...
1
vote
2answers
122 views
How to write a multithreads model with emf?
I am writting a multithreads program with java, so in my emf model that some class need implements the Runnable class, so i wondered how to do this with emf?
such as:
public interface MyClass ...
1
vote
2answers
177 views
EMF generate non-Java Code
Is there a way to generate from a ECore model code that is not Java? I have a meta-model that represent a html layout (forms, inputs, buttons) and I want to generate the html.
How can I do this? What ...
1
vote
2answers
69 views
How can I design a link in EMF
I have an EMF model like the next one:
HardwareVerification -1-*-> Driver
HardwareVerification -0-*-> Environment
Environment -1-1-> Driver
Every time I create a instance of the EMF model ...
1
vote
2answers
115 views
are there any decent-sized open source projects using eclipse EMF and ecore?
that have source code available?
and follow good EMF recommended design principles.
1
vote
1answer
182 views
GMF runtime notation convert to EditPart
How can I receive from org.eclipse.gmf.runtime.notation.impl.ShapeImpl Object the corresponding EditPart? Or how can I receive from ShapeImpl(emf.ecore not runtime) the corresponding EditPart?
1
vote
1answer
362 views
How to generate 'java code with annotations' from emf model
More precisely, I want to know, how one can model annotations into the ecore model definition. So that the generated java code would contain them. (For eg: hibernate persistence tags)
1
vote
2answers
317 views
Where to find EMF artifact in Maven repository
We are developing with EMF outside Eclipse therefore using Maven for build. My question is where can I find EMF artifacts, and if yes which version.
BTW Is there any tool to automatically ...
1
vote
1answer
246 views
Workspace is closed error
I have created a EMF model and generated a model code for that. I have created one plugin project and i have created one class named as 'CommandTest' which is having "public static void main()" method ...
1
vote
2answers
580 views
Why doesn't linking work in my Xtext-based DSL?
The following is the Xtext grammar for my DSL.
Model:
variableTypes=VariableTypes predicateTypes=PredicateTypes variableDeclarations=
VariableDeclarations rules=Rules;
VariableType:
name=ID;
...