Book a Demo

Author Topic: Sequence Diagram and reverse engeeniring  (Read 4347 times)

kardath

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Sequence Diagram and reverse engeeniring
« on: March 21, 2006, 01:09:30 am »
Hi,


Could we generate code from a sequence diagram?

Thanks

thomaskilian

  • Guest
Re: Sequence Diagram and reverse engeeniring
« Reply #1 on: March 21, 2006, 01:49:48 am »
I once had written something to do that for Rose in very special circumstances. If you want to do that: EA offers a similar mechanism (automation interface). It's nothing you can do in a weekend but it's feasible.

kardath

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Sequence Diagram and reverse engeeniring
« Reply #2 on: March 21, 2006, 02:23:18 am »
Thanks but, I've no the time to do that. Anyone have developped this?

Thanks

TrtnJohn

  • EA User
  • **
  • Posts: 176
  • Karma: +0/-0
    • View Profile
Re: Sequence Diagram and reverse engeeniring
« Reply #3 on: March 21, 2006, 11:46:28 am »
Am I missing something here?  Are people using sequence diagrams to write code?  Or, do they feel that reverse engineering a sequence diagram from code is a good way to document the code?  I've never understood the value of either generated code from sequence diagrams or generating sequence diagrams from code.  What am I overlooking?

thomaskilian

  • Guest
Re: Sequence Diagram and reverse engeeniring
« Reply #4 on: March 22, 2006, 01:56:37 am »
I can tell you what I used it for (it's strange!): Quite a time ago, when UML was new to me and my colleaues, we were looking for a representation of the navigation flow between different data manipulation screens. At last we used SD to show the possible flows and generated PHP code with according navigation references. As I sayed, it's strange and I doubt whether I'd do it this way the next time.