TraceLab Components for Reproducing Source Code Summarization Experiments
Breno Dantas Cruz, Paul "Will" McBurney, Collin McMillan
ND Call Graph Printer
The ND Call Graph Printer will receive as input a HashMap from the ND Call Graph Generator and will print the contents of such HashMap to the workspace.
Observe the following items for an explanation about the ND Call Graph Printer component:
- When clicking the 'i' button of the component the following box will appear. This box contains all the details of this component.
- The following image shows the information regarding the input of the component. "callgraph" is a HashMap that contains the callgraph information. The value of "callgraph" will be provided by the ND Call Graph Generator.
- The following image shows variable "str_callgraph", this variable is a type String and it will receive the callgraph the string values stored in the HashMap.
- The following image shows variable label of the component (ND Call Graph Printer).
Table of Contents
Downloads