Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

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 ...
3
votes
1answer
471 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 ...
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
2answers
627 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
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
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
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
89 views

mapping one ecore to another ecore

are there any open source tools to map one ecore model to another ecore model in graphical way ? I have two XSD's and corresponding ecore models for both of them; I would like to transform one ecore ...
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
438 views

How to convert ecore (EMF) to xsd

What is the best way to convert .ecore-files into .xsd-files?
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
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
596 views

What is the difference in ECore between containment and reference?

When creating references between ECore entities there is the possibility to mark a reference as "containment". Can somebody explain me in easy words what's the difference between a plain reference and ...
1
vote
1answer
164 views

What means the letter “E” in the Ecore?

Is it maybe EMF or EMOF? Eclipse? Or something totally different or nothing at all...?
1
vote
0answers
91 views

Changes in ECORE are not reflected when saving Resource

I'm using WSDL ecore together with XSD ecore to read and edit WSDL file. During my edit I need to remove a couple of XSD Types and Elements and replace them with the reference to the XML Schema stored ...
0
votes
1answer
22 views

EMF - Register ECORE meta-model programmatically

I use a transformation engine to create an ECORE meta-model at runtime and I wonder how we can register that meta-model with EMF so that it can recognize the meta-model? Best regards.
0
votes
1answer
7 views

Can I reuse ECore models by importing them into other models?

I have multiple Ecore files for different purposes. I am now developing a tool which uses multiple models. Can I develop an ECore model which references other models? For example when I have A.Ecore ...
0
votes
0answers
9 views

Iterators and Iterable in ECore

I'm trying to create some Java classes from my ECore Model. In this model, some classes must implement Iterable<Something>. To make this happen, I added a EClass Iterable and set its Instance ...
0
votes
0answers
10 views

EMF auto-gen editor plugin: how to enter a date value?

We are following this tutorial: http://www.vogella.de/articles/EclipseEMF/article.html#createmodel_package After auto-generating the edit and editor projects, which are eclipse plugins, we launch ...
0
votes
0answers
20 views

troubles in generating XText plugins from ECORE

Iam trying to generate an XText grammar from a simple ECORE. Im following this turorial http://koehnlein.blogspot.com/2010/03/xtext-for-your-ecore-models.html However when I try to run the generated ...
0
votes
0answers
25 views

ATL transformation: Reference previous object in sequence

Using ATL and OCL, how can I transform a Sequence of points to a Sequence of lines? (0,0) (0,0,2,3) (2,3) ==> (2,3,3,2) (3,2) ==> (3,2,4,7) (4,7) ... ...
0
votes
1answer
110 views

Referencing Ecore Eclasses. Is it possible to reference eClasses from xmi instances?

Is it possible to reference an eClass (meta-class in the ecore) from an instance (the model itself)? Let's suppose that I have an ecore meta-model M2.ecore containing a base class BASECLASS from ...
0
votes
0answers
86 views

converting DFA to regular expressions using kleene closure algorithm

i am working on converting finite automata to regular expression using the kleene closure algorithm and implementation is in java. i am getting confuse to implement that. any specific site to follow ...
0
votes
0answers
41 views

ECORE custom XML serialization with ExtendedMetaData annoattions

I have an Ecore meta-model from which I generate an editor of models (by means of the related genmodel) that i would like to be conform to an already existing xml-schema. I am having some ...
0
votes
1answer
61 views

Action Language for Foundational UML (ALF)

Is there any Eclipse implementation of the OMG Action Language for Foundational UML (ALF)? thank you
0
votes
1answer
61 views

Register the URI of an EPackage to the EMF Runtime in the Eclipse IDE

I have created an ecore metamodel and I want to register it with the EMF Runtime. As I'm working with the model within the IDE, I want to do this in my currently running Eclipse instance, i.e. not ...
0
votes
1answer
62 views

XText using type information from an external EMF Model

I'm looking into using XText to make an extenstion DSL to a language that I use daily and has some obvious shortcomings (AS3, through FlashBuilder). I have a grammar and code generation system ...
0
votes
1answer
44 views

Is it possible to concatenate rules in Xtext?

I have a language with a set of keywords in the following form: MyWord1 MyWord2 ... MyWord500 Like "MyWord", there are several other keywords with the same range of 500 allowable values. How could ...
0
votes
1answer
31 views

How to make properties read-only basing on runtime information in EEF wizards

I'm using EEF to create property editors for an EMF model I'm working on. The model is composed of commands, and each command can be in "EDIT" mode or in "RUNNING" mode. This information is available ...
0
votes
0answers
28 views

Find a path of EAttributes through several contained EObjects

Given a model with classes as follows: A contains attribute b containment reference to B B contains attribute c containment reference to C C contains attribute d reference to D D contains attribute c ...
0
votes
1answer
65 views

OCL to ECORE transformation

I am trying to find a parser for OCL that can generate an ECore model File so that I can use model to model methods in order to transform the OCL statements into other language models, e.g OCL to ...
0
votes
1answer
64 views

ID/Key definitions in EMF (Meta) Models

I'm stuck with a very basic problem regarding EMF, here's what i've got. EClass A: aID : EInteger (Key: true) EClass B: bID : EInteger (Key: true) EClass C: Reference refA: to elements of ...
0
votes
1answer
104 views

What is the best way to auto-generate values for features when an EObject is created?

I have some attributes in my EClasses I would like to initialize to a computed value when an instance is created. I'm wondering what the recommended way to do this using the framework is. In one case ...
0
votes
1answer
207 views

integrate EMF generated java classes into an Android project

I would like to know if I can include a set of classes generated from an EMF (ecore) model into an Android project. I am trying to do this, it compiles fine, but in run-time I get errors like the ...
0
votes
1answer
547 views

Converting a UML class diagram created using Papyrus into an .ecore file

Here is what I do using eclipse : Create a new Papyrus project Create a class diagram in Papyrus Create a new EMF empty project Use the EMF Generator Model to convert my .uml file (created with ...
0
votes
0answers
59 views

Detecting supertype changes through EMF Compare for the purpose of creating a common Ecore model

I'm processing a Diff of n Ecore models (I have extended EMF Compare so I can compare more than 2 or 3 and display results of all pairwise comparisons under the original model element). The idea ...
0
votes
1answer
209 views

Integrate JET Templates to an EMF-GMF plugin

I created an plugin that lets me model JSF Applications. I created it using Emfatic, Ecore, EMF, GMF. So now i have 5 projects in my workspace: myapp myapp.diagram myapp.edit myapp.editor myapp.tests ...
0
votes
2answers
410 views

Represent UML2 Stereotypes in EMF Ecore format to generate Java code via JET

Greetings, working with Eclipse EMF, i am trying to convert a uml2-model (i.e. defined as xmi) with applied profiles to ecore to be able to manipulate the code generation. Anyone has an idea on how ...
0
votes
2answers
255 views

navigate ecore model

How do I navigate, programmatically in java, an Ecore model to extract the elements information?
0
votes
1answer
228 views

Recursion in Ecore-File?

just tried to convert towards a Ecore-Model from a given UML-Model. After this I am trying to create a Generator Model. Everytime I try to do this I get the Error Message, that there is a "Unhandled ...
0
votes
1answer
321 views

What Query/Path-Language is used for References in Ecore-derived XMI-Instances?

Assume that I have an Ecore-model containing a package and some classes that make reference to each other. If i create a "Dynamic Instance", Eclipse produces an XMI-file and I can instantiate some ...
0
votes
1answer
526 views

EMF ecore and xsd out of sync, how to resolve?

My application is using a model base on an xsd that have been converted to an ecore before generation of the java classes. One of my team member modified the .ecore metamodel in a previous version ...
0
votes
1answer
100 views

How to generate only one editor for more models in EMF?

I have more EMF genmodels. It is pretty lame to create new editor for each model. After generation (right click - generateAll) old editor is always overridden.