2

I am using Rational Rose Enterprise Edition 7.0. It does not give options for importing C# code for reverse engineering the design. Any add ins can be downloaded?

Or I am using Visual Studio 2010 Professional (not Ultimate edition). Is there an easier way to generate the sequence / collaboration diagrams from the code?

Cid
  • 1,453
  • 1
  • 18
  • 37

1 Answers1

4

Doxygen will help to generate the class diagrams and API documentation. It also has options to generate Collaboration and other UML diagrams using Graphviz dot.

albert
  • 8,285
  • 3
  • 19
  • 32
Balaji Paulrajan
  • 613
  • 5
  • 15
  • 1
    The API documentation was a plus. Thanks a lot. It is very easy to get it generated. Just point and follow the wizard http://www.stack.nl/~dimitri/doxygen/doxywizard_usage.html – Cid Jan 09 '12 at 07:03