Skip to content
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

Suggestion: create XMI output to open the way to use other tools #15

Open
jean opened this issue Jul 22, 2019 · 0 comments
Open

Suggestion: create XMI output to open the way to use other tools #15

jean opened this issue Jul 22, 2019 · 0 comments

Comments

@jean
Copy link

jean commented Jul 22, 2019

In addition to generating code from templates, generate XMI representing the UML diagram. There are many tools that can parse this. See e.g. http://agx.me/ (doc source) and related packages.

That project implements UML profiles to generate various kinds of projects and Python structures (apps using the Pyramid web framework, content types for the Plone CMS, SQLAlchemy classes, etc.) from class diagrams.

If plantuml-code-generator generated UML in XMI format, then the output could be further processed using tools like AGX.

  • Here's one that converts XMI statecharts to C code: ufsm.
  • Target the .NET Platform: NMF.
  • Generate desktop/web prototypes from XMI: U-Fabrik.
  • Generate PHP from XMI: php-xmi-tools.

It would also allow sketching diagrams in PlantUML before importing them to more unwieldy full-featured tools.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant