Call Graph Based: Integration
Call Graph Based: Integration
INTEGRATION
PREPARED BY,
ANANYA ASHOK NAIK
4CB18IS002
Contents
o The basic idea is to use the call graph instead of the decomposition tree
o The call graph is a directed, labeled graph
Vertices are program units; e.g. methods
A directed edge joins calling vertex to the called vertex
Adjacency matrix is also used
Do not scale well, although some insights are useful
The basic idea is to use the call graph instead of the decomposition tree
o Nodes of high degree are critical
CALL GRAPH BASED INTEGRATION: