Re: About Call Graph
- From: "H. S. Lahman" <h.lahman@xxxxxxxxxxx>
- Date: Fri, 25 Nov 2005 16:17:04 GMT
Responding to Sameer...
What is call graph? I created documentation for my Java project using dOxygen tool. It creates call graphs for functions. Is it a term related to C++ only?
The term dates from procedural development days where it provided a graph of how procedures called one another. It is still relevant for OOPL code since the OOPLs are 3GLs and, consequently, still fundamentally procedural. However, ...
I did not find any reference about it. Please provide link for explanation. Is it an UML diagram? If not what may be the corresponding UML diagram (activity diagram?)?
The equivalent in UML is an Interaction Diagram (Sequence or Collaboration). But usually one does not display getter/setter calls or calls to private methods. IOW, the Interaction Diagram in UML focuses on the basic behavioral flow of control of the overall solution.
************* There is nothing wrong with me that could not be cured by a capful of Drano.
H. S. Lahman hsl@xxxxxxxxxxxxxxxxx Pathfinder Solutions -- Put MDA to Work http://www.pathfindermda.com blog: http://pathfinderpeople.blogs.com/hslahman (888)OOA-PATH
.
- References:
- About Call Graph
- From: Sameer
- About Call Graph
- Prev by Date: Re: Decouple SQL queries from class in OOP design
- Next by Date: Re: Decouple SQL queries from class in OOP design
- Previous by thread: About Call Graph
- Next by thread: more dimensional method like a query...
- Index(es):