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

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

public class JuengerReader
extends java.lang.Object

Author:
smze@upb.de

Field Summary
static int edgeCount
           
static int vertexCount
           
 
Constructor Summary
JuengerReader()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static void parse(java.lang.String line, UndirectedGraph g)
           
static UndirectedGraph read(java.lang.String filename)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vertexCount

public static int vertexCount

edgeCount

public static int edgeCount
Constructor Detail

JuengerReader

public JuengerReader()
Method Detail

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)