Sergio
Sergio

Reputation: 8670

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

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.

Upvotes: 9

Views: 2988

Answers (1)

Scott
Scott

Reputation: 998

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.

Upvotes: -2

Related Questions