de.aitools.iv.graphdrawing.datastructures.graph.algorithms
Class GraphMLReader

java.lang.Object
  extended by de.aitools.iv.graphdrawing.datastructures.graph.algorithms.GraphMLReader

public class GraphMLReader
extends java.lang.Object

Author:
bigben

Constructor Summary
GraphMLReader()
           
 
Method Summary
static UndirectedGraph readFile(java.lang.String filename)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphMLReader

public GraphMLReader()
Method Detail

readFile

public static UndirectedGraph readFile(java.lang.String filename)
                                throws java.io.FileNotFoundException,
                                       java.io.IOException
Throws:
java.io.FileNotFoundException
java.io.IOException