Class InvertedGraph<T>

java.lang.Object
com.ibm.wala.util.graph.AbstractGraph<T>
com.ibm.wala.util.graph.impl.InvertedGraph<T>
All Implemented Interfaces:
EdgeManager<T>, Graph<T>, NodeManager<T>, Iterable<T>

public class InvertedGraph<T> extends AbstractGraph<T>
A graph view that reverses the edges in a graph