Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ArcReversal

Contains methods to reverse the direction of a {@link com.bayesserver.Link}, known as arc reversal.

Hierarchy

  • ArcReversal

Index

Methods

Methods

Static reverse

  • reverse(link: Link): void
  • Reverse the direction of a {@link com.bayesserver.Link} (known as arc reversal).

    Parameters

    • link: Link

      The link whose direction should be changed.

    Returns void