views:

508

answers:

3

Is there a tool that can automatically generate class diagrams from Action Script code?

A: 

I just searched google and quickly found, http://seantheflexguy.com/blog/2007/11/20/actionscript-30-uml-and-code-generation-tools/.

Perhaps more promising is: http://www.gskinner.com/gmodeler/ Goes from Diagram to stubs, it that is what you are looking for.

I know the UML tools space pretty well, but have not needed to use actionscript and UML. Good Luck.

Ted Johnson
A: 

Hello,

You could try UML4AS - UML for ActionScript and Flex (http://www.uml4as.com).

Best regards, Cristian.

Cristian
A: 

See http://www.reversejava.com for a dynamic reverse engineering application which generates UML Sequence diagram and view of Participating Class diagram from any Java Application at runtime All you have to do is just run your application and sit back. Reverse Java runs in background tracing all the activities happening inside your application and creates UML diagram for you.

You also have options for, excluding packages,editing the Sequence diagram and exporting the diagrams as PDF or Image.

And its not expensive !

Rajesh Jadhav