Interface GuidedDecisionTableLinkManager.LinkFoundCallback

  • Enclosing interface:
    GuidedDecisionTableLinkManager

    public static interface GuidedDecisionTableLinkManager.LinkFoundCallback
    Callback when a link is found.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void link​(int sourceColumnIndex, int targetColumnIndex)
      Links a source column index and target column index.