开发者

Is there any tool for flow-diagram available? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.

Closed 8 years ago.

Improve this question 开发者_如何学JAVA

is there any tool available, to make a flow diagram or Flow Chart out of code. or make any other diagram like class diagram from the code.


  1. http://www.websequencediagrams.com/
  2. http://yuml.me


You can also look at StarUML

CASE tools like Rational Rose also do this, but for a price.


As you've now said it's Java, here you go:

  • Java UML generator
  • Enterprise Architect: C# to UML
  • Class diagrams in Visual Studio 2010


You may also want to consider Code Rocket. It can produce flowcharts (and pseudocode) from Java code. You can find more information about it here: http://www.rapidqualitysystems.com

Disclaimer: I am a developer on Code Rocket

Hope this helps.

Alan


Use the yED ( http://www.yworks.com/en/products_yed_about.html ). It is an excellent free flowchart editor that works on every modern operating system java works on.

I see people recommended UML tools. The only UML diagram that can be used instead of a typical flow-chart is the UML state diagram. Somehow I always found typical flow-charts to be more easy to understand by a person who has no technical background than UML state diagrams.


I have answered this here https://stackoverflow.com/a/22479409/403571

code2flow is an online pseudo-code to flowchart generator which should do what you ask, just click on the image to play with it:

Is there any tool for flow-diagram available? [closed]


Use the UML plugin in Netbeans 6.7.1 and Reverse Engineer. Unfortunately, the UML plugin is not available in later versions of NetBeans.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜