Package com.ibm.wala.util.graph.impl
Class GraphInverter
java.lang.Object
com.ibm.wala.util.graph.impl.GraphInverter
A graph view that reverses the edges in a graph
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> Graph
<T> static <T> NumberedGraph
<T> invert
(NumberedGraph<T> G)
-
Constructor Details
-
GraphInverter
public GraphInverter()
-
-
Method Details
-
invert
-
invert
- Returns:
- A graph view that reverses the edges in G
-