3
This may be a really silly question, but I did my research and I didn’t find anything in the sense that I was thinking. I’m studying UML in college, and although it’s just dragging the components to form the diagrams, this procedure can be kind of boring (mainly having to organize everything).
There are hardware description languages (such as VHDL and Verilog), in which you describe the circuit to be generated, similar to a programming language. So I was thinking that maybe it would be easier for analysts to create UML diagrams in a similar way...
There’s already something like this for UML?
It would still kind of be the same job you’d have to drag, you’d have to create the code.... What can be most useful in this case, is to know if the tool you use has a button to organize UML automatically
– MarceloBoni
https://stackoverflow.com/questions/7616126/auto-arrange-uml-diagrams-in-visual-studio-2010
– MarceloBoni
Leila years ago when I was in college I used an online tool that you sent a metadata xml and it would assemble the class diagram for you. I don’t remember well but it wasn’t just the class diagram rode others too. It was pretty cool!
– Rafael Salomão
Take a look at this post looks like it’s exactly what you want: https://stackoverflow.com/questions/29302239/free-plugin-to-generate-a-class-diagram-from-a-xml-file
– Rafael Salomão