Book a Demo

Author Topic: Call tree modelling  (Read 2033 times)

Dima

  • EA User
  • **
  • Posts: 20
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Call tree modelling
« on: March 15, 2008, 04:24:16 am »
I have imported hundreds of stored procedures - all of them became part of single class. Now I want to model call tree.

What is the best way to do it?

The best I came up with is using Sequence diagram by adding two instances of stored procedure class and dragging messages (actual stored procedures) between these two instances.

This feels fake though... any better ideas?