edu.neu.ccs.demeterf.demfgen
Class GraphGen

java.lang.Object
  extended by edu.neu.ccs.demeterf.demfgen.GraphGen

public class GraphGen
extends java.lang.Object

Generate a Dot/Graphviz representation of the class dictionary


Constructor Summary
GraphGen()
           
 
Method Summary
static void genGraph(List<DemFGenMain> CD, java.lang.String title)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphGen

public GraphGen()
Method Detail

genGraph

public static void genGraph(List<DemFGenMain> CD,
                            java.lang.String title)