-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
graphical representation #104
Comments
Hi @fkgl, Sorry for the late answer, I didn't receive notification. Thanks for the proposal! |
Hi @aranega, Thanks for your reply good luck. |
I had a little bit of time this morning, so I quickly coded this small script: https://gist.github.com/aranega/eca9c8fbbd87b2f9c70317da53676ac6 You can use it this way python plantumlgen.py mymetamodel.ecore It will print PlantUML code, you can redirect it to a file, directly compile it with python plantumlgen.py mymetamodel.ecore > visu.plantuml && plantuml -tpng visu.plantuml |
Thank you very much for your efforts and for giving me some of your time. Best regards. |
Hi,
Is it possible to visualise the graphical representation of the Metamodel using pyecore?
The text was updated successfully, but these errors were encountered: