How to build EMOF models in IntelliJ and generate code from them?
Asked Answered
O

1

9

What is the best way to build models in IntelliJ, in the style of Eclipse EMF ?

Is there an equivalent of Eclipse EMF in IntelliJ ? And is there something that adheres to standards such as EMOF in the same way that EMF Ecore is aligned to it ?

I found a plugin that seems to help with that here, but I am wondering if there are other/better options.

Otiose answered 23/2, 2018 at 16:11 Comment(0)
F
-2

Checkout the Working with Diagrams docs. JetBrains provides UML modeling and supports both forward and reverse engineering. Although this is not EMF, it appears to be IntelliJ's equivalent in terms of functionality.

Note this feature is exclusive to the IJ Ultimate Edition.

Faucher answered 24/2, 2018 at 2:47 Comment(1)
The question was not on how to edit UML diagrams. The EMF (Eclipse modeling framework) is a powerful framework to create own models and implementations in Java. The implementations are tightly integrated into the Eclipse framework if desired. The question was: Is there a way to integrate the generated models (code, readers, writers, editors, etc.) tightly into IntelliJ?Le

© 2022 - 2024 — McMap. All rights reserved.