com.jeffpalm.cg
Class CallGraph

java.lang.Object
  extended by com.jeffpalm.internal.graph.GraphImpl
      extended by com.jeffpalm.cg.CallGraph
All Implemented Interfaces:
Graph

public class CallGraph
extends GraphImpl


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.jeffpalm.graph.Graph
Graph.Algorithm, Graph.Transform
 
Constructor Summary
CallGraph()
           
 
Method Summary
 boolean add(Class cls)
           
 
Methods inherited from class com.jeffpalm.internal.graph.GraphImpl
addEdge, addNode, allEdges, allNodes, clear, edgeIterator, getEdge, getFactory, getNode, getRoot, hasEdge, hasNode, nodeIterator, numEdges, numNodes, pathIterator, setRoot, toString, unsetRoot
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CallGraph

public CallGraph()
Method Detail

add

public boolean add(Class cls)