Class GraphInverter


  • public class GraphInverter
    extends java.lang.Object
    A graph view that reverses the edges in a graph
    • Constructor Detail

      • GraphInverter

        public GraphInverter()
    • Method Detail

      • invert

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