Class Graph_IO

java.lang.Object
  extended byGraph_IO

public class Graph_IO
extends java.lang.Object

Klasse zum Einlesen und zum Ausgeben von Graphen


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

Constructor Detail

Graph_IO

public Graph_IO()
Method Detail

einlesen

public static Graph einlesen()

ausgeben

public static void ausgeben(Graph g)