Class GraphTraverse

java.lang.Object
  extended by GraphTraverse

public class GraphTraverse
extends java.lang.Object


Field Summary
(package private) static int id
           
 
Constructor Summary
GraphTraverse()
           
 
Method Summary
static void tiefensuche(Graph g)
           
private static void visit(Vertex v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

static int id
Constructor Detail

GraphTraverse

public GraphTraverse()
Method Detail

tiefensuche

public static void tiefensuche(Graph g)

visit

private static void visit(Vertex v)