Explore Method-Level Links

Click an edge between two classes to see which specific methods create the link.

Before you start

Who this is for Developer
Role required Viewer or higher
Prerequisites Application imported; two connected objects visible at Objects level

Step 1: Click an edge

At Objects level, click the edge (line) between two objects. The Method view opens.

[TODO: Screenshot of the Method view panel]

Step 2: Read the method pairs

The Method view lists all the method-to-method links that create the connection between the two objects. For each link, you can see:

  • The calling method (in the source object)
  • The called method (in the target object)
  • The link type

Step 3: Open source code from the Method view

Click any method name to open its source code in the Legend panel.

Step 4: Add callers or callees of a method

From the Method view, you can add the callers or callees of any specific method to the canvas. This is useful when you need to investigate a dependency at a finer level than the class.

Next steps