com.jeffpalm.graph.report
Class DotBuilder

java.lang.Object
  extended by com.jeffpalm.graph.report.DotBuilder

public class DotBuilder
extends java.lang.Object


Constructor Summary
DotBuilder()
           
 
Method Summary
 void buildGraph(java.util.Collection methodData)
           
 void buildGraph(Parser p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DotBuilder

public DotBuilder()
Method Detail

buildGraph

public void buildGraph(Parser p)
                throws java.lang.Exception
Throws:
java.lang.Exception

buildGraph

public void buildGraph(java.util.Collection methodData)
                throws java.lang.Exception
Throws:
java.lang.Exception