-
Notifications
You must be signed in to change notification settings - Fork 0
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
en/latest/index #1
Comments
Dear sirs, |
Hi @groovyman, welcome.
Gaphor is not as extensive as MagicDraw, but is a lot more open. You can use Gaphor as a (python) library to generate, and validate models. Gaphor features a modern event-driven system, based on services. Gaphor is multi-platform, so your colleagues running Windows/macOS/Linux can all use it. I suppose the benefits depend on what you want to achieve with it. For me, I use it to make (logical) models, so I have a conceptual idea of the problem domain. For the physical code, I use TDD (test driven development), not code generation/import. If you want to create models from code, you can have a look at the Jupyter notebook example, that generates a dependency diagram from the services that make Gaphor.
There's no such feature in Gaphor. For any language. You should be able to create one pretty easily, if you're able to parse a Java file. We do have a |
Gaphor documentation
https://gaphor.readthedocs.io/en/latest/index.html
The text was updated successfully, but these errors were encountered: