de.aitools.iv.graphdrawing.datastructures.graph
Class GraphStatistics

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

public class GraphStatistics
extends java.lang.Object

Author:
smze@upb.de

Constructor Summary
GraphStatistics()
          Creates a new instance of GraphStatistics
 
Method Summary
static void printGraphStatistics(UndirectedGraph g)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphStatistics

public GraphStatistics()
Creates a new instance of GraphStatistics

Method Detail

printGraphStatistics

public static void printGraphStatistics(UndirectedGraph g)