Is there a way to create automatically the UML diagram from the code, in objective-C ?
Cheers, Niels
Right click on Package, Subsystem or Model on the structure tree then select [Auto Create Class Diagram]. The simple Class diagram will be created.
You can create UML project for any of your Java project in Eclipse.
You can also generate software code from three UML behavioral modeling paradigms: Interaction (Sequence) diagrams. Activity diagrams.
Sequence UML Diagram Sequence diagrams are probably the most important UML diagrams among not only the computer science community but also as design-level models for business application development.
Same problem, still looking for answer:
Finally found "objc_dep.py" from GitHub. It's free, fast, simple and works as-is. It generates a kind of "dependency graph" based on imports, which really isn't UML or class diagrams, but was surprisingly close enough.
So that's what I'm using now, but non-actively looking for something "more". Blogged about the objc_dep tool in "Dependency Graph Tool for iOS Projects", might be interesting if you want more info with sample graphs.
...but looking for something to generate real class diagrams.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With