Interface MultiSourceDispatcher
- All Known Implementing Classes:
MultiSourceDispatcherAllPairs
,MultiSourceDispatcherIncrementalMerge
,MultiSourceDispatcherIncrementalMergeByCluster
,MultiSourceDispatcherIncrementalMergeByClusterText
,MultiSourceDispatcherIncrementalMergeByOrder
,MultiSourceDispatcherTransitivePairsOrderBased
,MultiSourceDispatcherTransitivePairsTextBased
,MultiSourceDispatcherUnionToUnion
public interface MultiSourceDispatcher
An interface which indicates that this multisource matcher delegates the task of matching multiple ontologies/knowledge graphs to a one to one matcher.
Several implementations exists like running all against all or combining all into one and match it against itself.