码迷,mamicode.com
首页 > 移动开发 > 详细

Android Studio 生成UML类图

时间:2015-08-30 11:20:24      阅读:1330      评论:0      收藏:0      [点我收藏+]

标签:android studio   uml   

I found a free pluggin that can generate class diagrams with android studio. It‘s calledSimpleUML.

On Mac: go to Android Studio -> Preferences -> Plugins

On Windows: go to Android Studio -> File -> Settings -> Plugins

Click on Browse repositories... and search for SimpleUMLCE (CE means Community Edition, this is what android studio is based on).

Install it, restart, then you can do a right click on the folder containing the classes you want to visualize, and select Add to simpleUML Diagram.


That‘s it, you have you fancy class diagram generated from your code! 

---------------------------------------------------------------------------------

说了这么多,就是在AS装插件即可:SimpleUMLCE

只要在需要生成类图的类上点右键选择Add to simpleUML Diagram即可

原文:http://stackoverflow.com/questions/17123384/how-to-generate-class-diagram-uml-on-android-studio

版权声明:本文为博主原创文章,未经博主允许不得转载。

Android Studio 生成UML类图

标签:android studio   uml   

原文地址:http://blog.csdn.net/changhuiyuanh/article/details/48102861

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!