Class ArcReversal


  • public final class ArcReversal
    extends Object
    Contains methods to reverse the direction of a Link, known as arc reversal.
    • Method Detail

      • reverse

        public static void reverse​(Link link)
        Reverse the direction of a Link (known as arc reversal).
        Parameters:
        link - The link whose direction should be changed.