Control Flow Graph Factory 3.6

control flow graph factory Control Flow Graph Factory is an Eclipse plugin which generates control flow graphs from java bytecode, edit them and export to GraphXML, DOT or several image formats.

Features

  • Automatic generation of several types of control flow graphs from Java bytecode:
  • Editing of control flow graphs
    • Move, create, delete, rename, ... nodes
  • Multiple algorithms for automatic layout (serial, hierarchical)
  • Export in GraphXML, DOT format or as an image (JPEG, BMP, ICO, PNG)
  • Printing support

Control Flow Graph Examples

See our control flow graph gallery for some more examples.

Export to Graphviz in DOT format

Graphviz (short for Graph Visualization Software) is a program for drawing graphs specified in DOT language scripts.
Control Flow Graph Factory exports graphs with or without visual information (node color and shape) and geometry information (node size). For more details see DOT Export Examples. The exported graphs can be modified via simple DOT Editor directly in the eclipse workspace.

Export as GraphXML

GraphXML is an XML-based graph description language. It covers not only the pure, mathematical description of a graph, but also its visual aspects. Read more about GraphXML.

With Control Flow Graph Factory the graphs can be exported with or without visual information (node color and shape) and geometry information (node size and position). For more details see GraphXML Export Examples.

Tutorial