com.ibm.wala.util.graph
Class GraphPrint

java.lang.Object
  extended by com.ibm.wala.util.graph.GraphPrint

public class GraphPrint
extends java.lang.Object

Simple graph printing utility


Constructor Summary
GraphPrint()
           
 
Method Summary
static
<T> java.lang.String
genericToString(Graph<T> G)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphPrint

public GraphPrint()
Method Detail

genericToString

public static <T> java.lang.String genericToString(Graph<T> G)