Documentation of 'edu.uci.ics.jung.io.GraphFile' Java class
GraphFile
edu.uci.ics.jung.io

Interface GraphFile<V,E>



  • public interface GraphFile<V,E>
    General interface for loading and saving a graph from/to disk.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      Graph<V,E> load(java.lang.String filename)
      Loads a graph from a file per the appropriate format
      void save(Graph<V,E> graph, java.lang.String filename)
      Save a graph to disk per the appropriate format
    • Method Detail

      • load

        Graph<V,E> load(java.lang.String filename)
        Loads a graph from a file per the appropriate format
        Parameters:
        filename - the location and name of the file
        Returns:
        the graph
      • save

        void save(Graph<V,E> graph,
                  java.lang.String filename)
        Save a graph to disk per the appropriate format
        Parameters:
        graph - the location and name of the file
        filename - the graph

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.