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());
}
Aggregations