Is there an Open Source UML tool that can handle "association classes" and export java code? [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
开发者_C百科 Improve this questionI am looking for an open source UML tool that can handle association classes. So far I have looked at several out there (ArgoUML, Fujaba, etc.) and unfortunately so far none of them support association classes. Also, the tool must have the ability to generate Java code from the diagram, including the ability to generate the proper code for the association class diagram. Thanks a lot for your input.
Cheers, Luis
if you are on Windows check StarUML it supports association classes
The NetBeans UML plugin represent association classes and of course generate source code ... and reverse ...
ArgoUML does support association classes (check again! :-) )
ArgoUML supports both association classes and Java code generation.
What caused you to disqualify it as a solution?
精彩评论