MPS integration - embed UML
Hi folks...
I found MPS plugins on https://plugins.jetbrains.com
I need to embed some UML plugin inside MPS (like in "mbeddr").
In "mbeddr" MPS is integrated with set of tools. One of this tool is Graphviz.
How can I embed Graphviz (or some other) in my MPS, to create transformation of my model into UML model and visual see it inside MPS.
I can create transformation from my language model into UML model (.uml or xmi) and see in inside Topcased tool.
I found MPS plugins on https://plugins.jetbrains.com
I need to embed some UML plugin inside MPS (like in "mbeddr").
In "mbeddr" MPS is integrated with set of tools. One of this tool is Graphviz.
How can I embed Graphviz (or some other) in my MPS, to create transformation of my model into UML model and visual see it inside MPS.
I can create transformation from my language model into UML model (.uml or xmi) and see in inside Topcased tool.
Please sign in to leave a comment.
Do you want to transform your model and then view it inside topcased (so external to MPS) or you you want to show some graphics inside MPS?
Bernd
I can create transformation (MPS generator) to create UML model...
To view it inside MPS there is no need to write an MPS generator.
Is that what you are looking for?
Bernd
At the and I want to create workbench based on MPS that will contain my language and all required plugins.
I will try to see how to integrate MPS with plantUML and graphviz.