G - the graph typeV - the vertex typeE - the edge typepublic interface GraphReader<G extends edu.uci.ics.jung.graph.Hypergraph<V,E>,V,E>
G readGraph() throws GraphIOException
GraphIOException - thrown if an error occurred.void close()
throws GraphIOException
GraphIOException - thrown if an error occurred.