Class UndiGraphIO

java.lang.Object
  extended by UndiGraphIO

public class UndiGraphIO
extends java.lang.Object

Routinen zum Einlesen und Ausgeben eines ungerichteten Graphen


Constructor Summary
UndiGraphIO()
           
 
Method Summary
static void printUndiGraph(UndiGraph g)
           
static UndiGraph readUndiGraph()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UndiGraphIO

public UndiGraphIO()
Method Detail

readUndiGraph

public static UndiGraph readUndiGraph()

printUndiGraph

public static void printUndiGraph(UndiGraph g)