561562563564565566567
dot.export( writer, graph ); } public static void printMatrix( PrintStream out, SimpleDirectedGraph<FlowElement, Scope> graph ) { new MatrixExporter().exportAdjacencyMatrix( new PrintWriter( out ), graph ); }