| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
G - the graph typeV - the vertex typeE - the edge typepublic interface GraphReader<G extends Hypergraph<V,E>,V,E>
Interface for a reader of graph objects
| Method Summary | |
|---|---|
|  void | close()Closes this resource and frees any resources. | 
|  G | readGraph()Reads a single graph object, if one is available. | 
| Method Detail | 
|---|
G readGraph()
                                    throws GraphIOException
GraphIOException - thrown if an error occurred.
void close()
           throws GraphIOException
GraphIOException - thrown if an error occurred.| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||