code iris





code iris

Android Studio extension, Android Studio automatically generate UML diagrams. After installing the Plugins online, right click on the Module, click Generate Graph, and find the class diagram in the left TAB.

Code Iris draws uml diagrams with both solid and dotted lines. Dashed lines represent dependencies and solid lines represent associations. In fact, in general there is a correlation and there must be a dependency, so you don’t have to draw a dotted line.

PlantUML





PlantUML

PlantUML defines graphics in a simple and intuitive language. Android StudioFile->Setting->Plugins install dependency Graphviz, Finally, you need to set File->Settings->Other Settings-> PlantUMLGraphviz in bin dot.exe (C:\Program Files (x86)\Graphviz2.38\bin).

Brew Install Graphviz, Brew Info Graphviz quick Guide for MAC Installation. After installation location/usr/local/Cellar/graphviz 2.38.0 / bin/dot.

Grammar Guide PlantUML Quick Guide online version plantuml.com/plantuml/

Enterprise Architect





Enterprise Architect

Enterprise Architect 8 is a platform for collaborative modeling, design, and management based on UML2.5 and related standards. EA is different from ordinary UML drawing tools (such as VISIO), for 10 programming languages of forward and backward engineering, project management, document generation, data modeling and other aspects.

Draw UML diagrams and quickly convert PHP code into UML class diagrams.

Other articles

  • PlantUML class diagram
  • Understand UML class diagrams and sequence diagrams