com.ibm.wala.util.graph.impl
Class GraphInverter

java.lang.Object
  extended by 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
GraphInverter()
           
 
Method Summary
static
<T> Graph<T>
invert(Graph<T> G)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphInverter

public GraphInverter()
Method Detail

invert

public static <T> Graph<T> invert(Graph<T> G)
Parameters:
G -
Returns:
A graph view that reverses the edges in G