Class GraphInverter


  • public class GraphInverter
    extends 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)
        Parameters:
        G -
        Returns:
        A graph view that reverses the edges in G