Book a Demo

Author Topic: C# code reverse engg to generate State Diagrams  (Read 13313 times)

HM

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
C# code reverse engg to generate State Diagrams
« on: February 15, 2013, 11:35:28 pm »
How to do this in EA V10, ultimate edition. Suggest please.

g.makulik

  • EA User
  • **
  • Posts: 355
  • Karma: +0/-0
    • View Profile
Using EA9.3, UML2.3, C++, linux, my brain, http://makulik.github.com/sttcl/

Konrad Wieland

  • EA Novice
  • *
  • Posts: 18
  • Karma: +0/-0
    • View Profile
Re: C# code reverse engg to generate State Diagram
« Reply #2 on: February 18, 2013, 10:20:03 pm »
So far as i know, reverse engineering code to state machines is not possible with EA.
You could import your c# files and use the generated operations of the classes for manually creating state machines or activity diagrams.  

As g.makulik mentioned, you can record the sequence of your program via the execution analyzer and EA automatically create a UML sequence diagram.

Cheers
Konrad
« Last Edit: February 18, 2013, 10:21:07 pm by konradw »