public class GraphReaderBrite extends java.lang.Object implements GraphReaderIF
| Constructor and Description |
|---|
GraphReaderBrite() |
| Modifier and Type | Method and Description |
|---|---|
TopologicalGraph |
readGraphFile(java.lang.String filename)
this method just reads the file and creates an TopologicalGraph object
|
public TopologicalGraph readGraphFile(java.lang.String filename) throws java.io.IOException
readGraphFile in interface GraphReaderIFfilename - name of the file to readjava.io.IOException