return object.toString().replaceAll( "\"", "\'" );
}
}
);
dot.export( writer, graph );
}
public static void printMatrix( PrintStream out, SimpleDirectedGraph<FlowElement, Scope> graph )
{
new MatrixExporter().exportAdjacencyMatrix( new PrintWriter( out ), graph );