Class DelegatingGraph<T>

java.lang.Object
com.ibm.wala.util.graph.impl.DelegatingGraph<T>
All Implemented Interfaces:
EdgeManager<T>, Graph<T>, NodeManager<T>, Iterable<T>
Direct Known Subclasses:
PartialCallGraph

public class DelegatingGraph<T> extends Object implements Graph<T>
A utility class.