I\'m using EEF to create property editors for an EMF model I\'m working on. The m开发者_如何学Codel is composed of commands, and each command can be in \"EDIT\" mode or in \"RUNNING\" mode. This infor
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 开发者_
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 tra开发者_如何学Cnsf
I\'m stuck with a very basic problem regarding EMF, here\'s what i\'ve got. EClass A: aID : EInteger (Key: true)
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.
I would like to know if I can include a set of classes generated from an EMF (ecore) model into an Android project.
Here is what I do using eclipse : Create a new Papyrus project Create a class diagram in Papyrus Create a new EMF empty project
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 meta-mo
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.
I created an plugin that lets me model JSF Applications. I created it using Emfatic, Ecore, EMF, GMF.