Interface GraphReader<G extends edu.uci.ics.jung.graph.Hypergraph<V,​E>,​V,​E>

  • Type Parameters:
    G - the graph type
    V - the vertex type
    E - the edge type
    All Known Implementing Classes:
    GraphMLReader2

    public interface GraphReader<G extends edu.uci.ics.jung.graph.Hypergraph<V,​E>,​V,​E>
    Interface for a reader of graph objects
    • Method Detail

      • readGraph

        G readGraph()
             throws GraphIOException
        Reads a single graph object, if one is available.
        Returns:
        the next graph object, or null if none exists.
        Throws:
        GraphIOException - thrown if an error occurred.