Class GraphIO

java.lang.Object
  extended by GraphIO

public class GraphIO
extends java.lang.Object

Routinen zum Einlesen eines gerichteten Graphen


Constructor Summary
GraphIO()
           
 
Method Summary
static void printGraph(Graph g)
           
static Graph readGraph()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphIO

public GraphIO()
Method Detail

readGraph

public static Graph readGraph()

printGraph

public static void printGraph(Graph g)