public interface GuidedDecisionTableLinkManager
Modifier and Type | Interface and Description |
---|---|
static interface |
GuidedDecisionTableLinkManager.LinkFoundCallback
Callback when a link is found.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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)
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.Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.