| 14 days trial |
Control Flow Graph Factory 2008 is an Eclipse plugin for editing control flow graphs.
Generate graphs through the method context menu in package view or in the class outline view.
Java source code can be visualized as a control flow graph and corresponding bytecode and basic block control flow graphs. Some examples are shown below:
Control Flow Graph Factory 2008 allows you to add nodes. In the example below, the additional start and end nodes have been inserted and connected to an automatically generated basic block graph.
The control flow graph factory offers several predefined graph layouts.
|
|
| The hierarchical layout is very compact. | The sequential layout is narrow and long. |
GraphXML is an XML-based graph description language. It covers not only the pure, mathematical description of a graph, but also its visual aspects.
With Control Flow Graph Factory 2008 the graphs can be exported with or without visual information (node color and shape) and geometry information (node size and position).