public class ReduceAnnotatedDGraphs
extends java.lang.Object
Reduce graphs tool.
The application takes several graphs and "reduce" them into a single one by adding up the matrix values.
It uses the 'read' method of the Graph class to read and combine the input graphs.
It uses the 'write' method of the of the Graph class to write the result.
The implementation is independent of the information represented by the graph.
Therefore, it can be used to reduce DFGs, L2Ls, LDs, etc.
Parameters:
-o output_file: Output file for the reduced graph
-i input_file_list: List of input files containing the graphs that will be combined
- Author:
- shernandez