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