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

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

public class RmfReader
extends java.lang.Object

Author:
smze@upb.de

Field Summary
static int edgeCount
           
static int vertexCount
           
 
Constructor Summary
RmfReader()
           
 
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

RmfReader

public RmfReader()
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)