eclipse-emf
GMF live constraints - validation
I have an emf model and i\'d like to make a GMF editor to create instances of this metamodel.I\'d like also开发者_运维问答 some live constraints to avoid some connections between the components of my[详细]
2023-01-24 22:23 分类:问答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)Th[详细]
2023-01-22 00:39 分类:问答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 serializatio[详细]
2023-01-16 01:23 分类:问答Run EMF Validation of an Ecore model outside of Eclipse
I found nothing how to validate an Eco开发者_如何学编程re model outside of Eclipse. Does someone know how to do this?Here is the skeleton of some code I\'ve used to validate an EMF model outside of Ec[详细]
2023-01-15 12:41 分类:问答Changing generated code or use inheritance?
I work on an EMF project. One of the design decisions was not to touch t开发者_运维问答he generated code and not to check it in. Instead, whenever something needs to be changed, a sub-class is created[详细]
2023-01-06 18:01 分类:问答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()\" me[详细]
2023-01-05 22:29 分类:问答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.[详细]
2022-12-31 18:00 分类:问答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=[详细]
2022-12-29 01:18 分类:问答What are the main differences between Jetbrains' MPS and Eclipse Xtext?
I have used Eclipse Xtext in several projects. I loved the ease of 开发者_如何学Pythondefining a grammar over an Ecore (meta)model and letting everything generated for you including awesome Eclipse pl[详细]
2022-12-25 22:42 分类:问答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:[详细]
2022-12-25 05:47 分类:问答