Interface GraphExporter<V,​E>

    • Method Detail

      • exportGraph

        void exportGraph​(Graph<V,​E> g,
                         Writer writer)
                  throws ExportException
        Deprecated.
        Export a graph
        Parameters:
        g - the graph to export
        writer - the output writer
        Throws:
        ExportException - in case any error occurs
      • exportGraph

        default void exportGraph​(Graph<V,​E> g,
                                 File file)
                          throws ExportException
        Deprecated.
        Export a graph
        Parameters:
        g - the graph to export
        file - the file to write to
        Throws:
        ExportException - in case any error occurs