Package com.ibm.wala.util.graph.impl
Class GraphInverter
- java.lang.Object
-
- com.ibm.wala.util.graph.impl.GraphInverter
-
public class GraphInverter extends java.lang.Object
A graph view that reverses the edges in a graph
-
-
Constructor Summary
Constructors Constructor Description GraphInverter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> Graph<T>
invert(Graph<T> G)
static <T> NumberedGraph<T>
invert(NumberedGraph<T> G)
-
-
-
Method Detail
-
invert
public static <T> NumberedGraph<T> invert(NumberedGraph<T> G)
-
-