Package de.uni_mannheim.informatik.dws.melt.matching_base.multisource

  • Interface Summary 
    Interface Description
    DatasetIDExtractor
    Extracts from an URI the corresponding source / dataset identifier (which needs to be included in the URI like a specific domain etc).
    IMatcherMultiSource<ModelClass,​AlignmentClass,​ParameterClass>
    Generic matcher interface for matching multiple ontologies / knowledge graphs.
    IMatcherMultiSourceCaller
    Generic matcher interface for matching multiple ontologies / knowledge graphs which calls other matchers itself.
    MultiSourceDispatcher
    An interface which indicates that this multisource matcher delegates the task of matching multiple ontologies/knowledge graphs to a one to one matcher.
  • Class Summary 
    Class Description
    DatasetIDExtractorUrlPattern
    Extracts the dataset id given a URL pattern which is currently a prefix and infix.
    DatasetIDExtractorUrlPrefixMap
    Extracts the dataset id given a map of URL prefixes and corresponding dataset ID.
    DatasetIDHelper
    Small utilities for dataset id extraction.
    MatcherMultiSourceURL
    Multi source matcher which expects URLs as parameters.
    MultiSourcePipelineSequential
    Executes all multi source matchers one after the other.