Generating UML diagram from Scala sources [closed]

送分小仙女□ 提交于 2019-12-20 11:10:22

问题


Is there any stand-alone tools (not Eclipse or Idea plugins) for generating class diagram from Scala source files?


回答1:


try Acceleo see an example of using it with scala here




回答2:


I had exactly this problem and couldn't find anything that would quickly draw a hierarchy from some Scala source code so I ended up creating something to do it. I've put it on GitHub in case it's useful to anyone else:

https://github.com/mikeyhu/scaladiagrams



来源:https://stackoverflow.com/questions/7227952/generating-uml-diagram-from-scala-sources

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!