de.aitools.iv.graphdrawing.datastructures.graph.algorithms
Class JuengerReader
java.lang.Object
de.aitools.iv.graphdrawing.datastructures.graph.algorithms.JuengerReader
public class JuengerReader
- extends java.lang.Object
- Author:
- smze@upb.de
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
vertexCount
public static int vertexCount
edgeCount
public static int edgeCount
JuengerReader
public JuengerReader()
read
public static UndirectedGraph read(java.lang.String filename)
throws java.io.FileNotFoundException,
java.io.IOException
- Throws:
java.io.FileNotFoundException
java.io.IOException
parse
public static void parse(java.lang.String line,
UndirectedGraph g)
main
public static void main(java.lang.String[] args)