Command Line Interface

The command line interface is useful both for exporting graphs in a standard format (graphviz or graphml) as well as for testing the internals of the tool.

Running the command line interface:

./bin/GraphTool [-f ] [-m swu_list] [-x filter_xml] [-X min_dependency:max_dependency] [-DPbrl] [xmlfile]

Description of the command line parameters:

The GraphViz program will print the requested graph format on stdout. You can pipe it to a program such as dotty from the GraphViz package which can be used to generate images from the outputted format. You can also load the generated files in graphing software such as tulip.