Class GraphInverter

java.lang.Object
com.ibm.wala.util.graph.impl.GraphInverter

public class GraphInverter extends Object
A graph view that reverses the edges in a graph
  • Constructor Details

    • GraphInverter

      public GraphInverter()
  • Method Details

    • invert

      public static <T> NumberedGraph<T> invert(NumberedGraph<T> G)
    • invert

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