Class MatcherPipelineYAAAOwlApi

java.lang.Object
eu.sealsproject.platform.res.tool.impl.AbstractPlugin
de.uni_mannheim.informatik.dws.melt.matching_base.MatcherURL
de.uni_mannheim.informatik.dws.melt.matching_base.MatcherFile
All Implemented Interfaces:
de.uni_mannheim.informatik.dws.melt.matching_base.IMatcher<org.semanticweb.owlapi.model.OWLOntology,​Alignment,​Properties>, eu.sealsproject.platform.res.domain.omt.IOntologyMatchingToolBridge, eu.sealsproject.platform.res.tool.api.IPlugin, eu.sealsproject.platform.res.tool.api.IToolBridge

public abstract class MatcherPipelineYAAAOwlApi
extends MatcherYAAAOwlApi
Better use MatcherYAAAPipeline because it can combine matchers which use different APIs like Jena and OWLAPI etc.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected List<MatcherYAAAOwlApi> matchers  

    Fields inherited from class de.uni_mannheim.informatik.dws.melt.matching_base.MatcherFile

    FILE_PREFIX, FILE_SUFFIX
  • Constructor Summary

    Constructors 
    Constructor Description
    MatcherPipelineYAAAOwlApi()  
  • Method Summary

    Modifier and Type Method Description
    List<MatcherYAAAOwlApi> getMatchers()  
    protected abstract List<MatcherYAAAOwlApi> initializeMatchers()  
    Alignment match​(org.semanticweb.owlapi.model.OWLOntology source, org.semanticweb.owlapi.model.OWLOntology target, Alignment inputAlignment, Properties p)  

    Methods inherited from class de.uni_mannheim.informatik.dws.melt.matching_owlapi.MatcherYAAAOwlApi

    match, readOntology

    Methods inherited from class de.uni_mannheim.informatik.dws.melt.matching_owlapi.MatcherYAAA

    match

    Methods inherited from class de.uni_mannheim.informatik.dws.melt.matching_base.MatcherFile

    match

    Methods inherited from class de.uni_mannheim.informatik.dws.melt.matching_base.MatcherURL

    align, align, canExecute, getType

    Methods inherited from class eu.sealsproject.platform.res.tool.impl.AbstractPlugin

    getId, getVersion, setId, setVersion

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface eu.sealsproject.platform.res.tool.api.IPlugin

    getId, getVersion