Interface GuidedDecisionTableLinkManager

    • Method Detail

      • link

        void link​(org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52 sourceModel,
                  org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52 targetModel,
                  GuidedDecisionTableLinkManager.LinkFoundCallback callback)
        Create links between one Guided Decision Table and others. Existing links should be removed and re-created.
        Parameters:
        sourceModel - The Decision Table to link from.
        targetModel - Another potential Decision Table that may be linked to.
        callback - Called when a link between the model and otherModel has been found.