G - the graph typeV - the vertex type
the vertex typeV - the edge type
the edge typepublic interface GraphReader<G extends Hypergraph<V,E>,V,E>
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes this resource and frees any resources.
|
G |
readGraph()
Reads a single graph object, if one is available.
|
G readGraph() throws GraphIOException
GraphIOException - thrown if an error occurred.void close()
throws GraphIOException
GraphIOException - thrown if an error occurred.Copyright © 2016. All rights reserved.