Class DefaultGuidedDecisionTableLinkManager

    • Constructor Detail

      • DefaultGuidedDecisionTableLinkManager

        public DefaultGuidedDecisionTableLinkManager()
    • Method Detail

      • link

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