eclipse-emf
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 m开发者_如何学Codel is composed of commands, and each command can be in \"EDIT\" mode or in \"RUNNING\" mode. This infor[详细]
2023-04-10 20:31 分类:问答Can I use Eclipse-EMF's internal data structure?
In EMF, a user can draw UML diagram and that UML model can be transformed into Java code. As far as I know EMF has its own internal data structure to capture the UML model user draws. And what I want[详细]
2023-04-05 20:59 分类:问答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 开发者_[详细]
2023-04-04 11:19 分类:问答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)[详细]
2023-03-20 23:47 分类:问答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.[详细]
2023-03-17 18:11 分类:问答"Registered factory needed" exception when loading resource
I get the following exception: java.lang.RuntimeException: Cannot create a resource for \'file:/home/my_conf.xml\'; a registered resource factory is needed[详细]
2023-03-17 16:40 分类:问答Serialize Eclipse Graphical Models (e.g. BPMN Diagram) to XML
I\'m working on a project where I have to build a graphical process modeler for a proprietary BPM (business process management) system made in java. I\'m mentioning that the software is proprietary be[详细]
2023-03-16 07:41 分类:问答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.[详细]
2023-03-15 13:07 分类:问答Eclipse Modeling Framework: Linking an alternative view to the model
I have an ECore model I exploit to automatically generate the model source and JFace edit package. I am trying to develop an alternative view for contents of that model, basically a graph view based o[详细]
2023-03-14 23:10 分类:问答What is Eclipse Modeling Framework?
I am sorry, this might look too simple, but I am vague about what Eclipse Modeling Framework is? B开发者_运维知识库ased on their website, it generates java code, based on XML specification.[详细]
2023-03-14 04:45 分类:问答