Interface GuidedDecisionTableLinkManager.LinkFoundCallback
-
- Enclosing interface:
- GuidedDecisionTableLinkManager
public static interface GuidedDecisionTableLinkManager.LinkFoundCallbackCallback when a link is found.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidlink(int sourceColumnIndex, int targetColumnIndex)Links a source column index and target column index.
-
-
-
Method Detail
-
link
void link(int sourceColumnIndex, int targetColumnIndex)Links a source column index and target column index. The source and target models are those provided to theGuidedDecisionTableLinkManager.link(GuidedDecisionTable52, GuidedDecisionTable52, LinkFoundCallback)method.- Parameters:
sourceColumnIndex- The source index relative to GuidedDecisionTable52.getExpandedColumns()targetColumnIndex- The target index relative to GuidedDecisionTable52.getExpandedColumns()
-
-