Class MultiSourceDispatcherTransitivePairsTextBased

java.lang.Object
de.uni_mannheim.informatik.dws.melt.matching_base.multisource.MatcherMultiSourceURL
de.uni_mannheim.informatik.dws.melt.matching_jena_matchers.multisource.dispatchers.MultiSourceDispatcherTransitivePairsTextBased
All Implemented Interfaces:
IMatcherMultiSourceCaller, MultiSourceDispatcher

public class MultiSourceDispatcherTransitivePairsTextBased extends MatcherMultiSourceURL implements MultiSourceDispatcher, IMatcherMultiSourceCaller
This dispatcher will compare the texts in a model and match the ones which are textually the clostest such that a connection between all ontologies exists. Therefore exactly (number of models)-1 matching operations and no merges are executed.
  • Field Details

    • LOGGER

      private static final org.slf4j.Logger LOGGER
    • oneToOneMatcher

      private final Object oneToOneMatcher
    • mindf

      private double mindf
    • maxdf

      private double maxdf
  • Constructor Details

    • MultiSourceDispatcherTransitivePairsTextBased

      public MultiSourceDispatcherTransitivePairsTextBased(Object oneToOneMatcher)
    • MultiSourceDispatcherTransitivePairsTextBased

      public MultiSourceDispatcherTransitivePairsTextBased(Object oneToOneMatcher, double mindf, double maxdf)
  • Method Details