SandMark version 2.0


sandmark.util
Class DependencyGraph

java.lang.Object
  |
  +--sandmark.util.DependencyGraph

public class DependencyGraph
extends java.lang.Object


Field Summary
(package private)  EDU.purdue.cs.bloat.file.Field[] fields
           
(package private)  EDU.purdue.cs.bloat.file.Method[] methods
           
 
Constructor Summary
DependencyGraph(EDU.purdue.cs.bloat.reflect.ClassInfo info)
           
 
Method Summary
 EDU.purdue.cs.bloat.util.Graph getDepGraph()
          Get the dependency graph built for the class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

methods

EDU.purdue.cs.bloat.file.Method[] methods

fields

EDU.purdue.cs.bloat.file.Field[] fields
Constructor Detail

DependencyGraph

public DependencyGraph(EDU.purdue.cs.bloat.reflect.ClassInfo info)
Method Detail

getDepGraph

public EDU.purdue.cs.bloat.util.Graph getDepGraph()
Get the dependency graph built for the class.

Returns:
private depGraph.

SandMark version 2.0

Mon Jun 17 12:30:47 MST 2002