Is there any tool for flow-diagram available? [closed]
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 开发者_如何学JAVAis 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.
- http://www.websequencediagrams.com/
- 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 UMLClass 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:
Use the UML plugin in Netbeans 6.7.1 and Reverse Engineer. Unfortunately, the UML plugin is not available in later versions of NetBeans.
精彩评论