Search in sources :

Example 1 with AnalysisSelectionAlgorithmSection

use of org.talend.dataquality.record.linkage.ui.section.AnalysisSelectionAlgorithmSection in project tdq-studio-se by Talend.

the class MatchAnalysisDetailsPage method createSelectRecordLinkageSection.

private void createSelectRecordLinkageSection() {
    selectAlgorithmSection = new AnalysisSelectionAlgorithmSection(form, topComp, toolkit);
    RecordMatchingIndicator recordMatchingIndicator = MatchRuleAnlaysisUtils.getRecordMatchIndicatorFromAna(getCurrentModelElement());
    selectAlgorithmSection.setMatchRuleDef(recordMatchingIndicator.getBuiltInMatchRuleDefinition());
    selectAlgorithmSection.createChooseAlgorithmCom();
    selectAlgorithmSection.addPropertyChangeListener(this);
    selectAlgorithmSection.getSection().setExpanded(getExpandedStatus(selectAlgorithmSection.getSection().getText()));
    registerSection(selectAlgorithmSection.getSection());
}
Also used : AnalysisSelectionAlgorithmSection(org.talend.dataquality.record.linkage.ui.section.AnalysisSelectionAlgorithmSection) RecordMatchingIndicator(org.talend.dataquality.indicators.columnset.RecordMatchingIndicator)

Aggregations

RecordMatchingIndicator (org.talend.dataquality.indicators.columnset.RecordMatchingIndicator)1 AnalysisSelectionAlgorithmSection (org.talend.dataquality.record.linkage.ui.section.AnalysisSelectionAlgorithmSection)1