Class URL2OWLOntology

java.lang.Object
de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.AbstractTypeTransformer<URL,​org.semanticweb.owlapi.model.OWLOntology>
de.uni_mannheim.informatik.dws.melt.matching_owlapi.typetransformation.URL2OWLOntology
All Implemented Interfaces:
de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformer<URL,​org.semanticweb.owlapi.model.OWLOntology>

public class URL2OWLOntology
extends de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.AbstractTypeTransformer<URL,​org.semanticweb.owlapi.model.OWLOntology>
Converts the URL to the owlapi OWLOntology
  • Field Summary

    Fields inherited from class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.AbstractTypeTransformer

    sourceClass, targetClass
  • Constructor Summary

    Constructors 
    Constructor Description
    URL2OWLOntology()  
  • Method Summary

    Modifier and Type Method Description
    org.semanticweb.owlapi.model.OWLOntology transform​(URL value, Properties parameters)  

    Methods inherited from class de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.AbstractTypeTransformer

    getSourceType, getTargetType, getTransformationCost

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • transform

      public org.semanticweb.owlapi.model.OWLOntology transform​(URL value, Properties parameters) throws de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformationException
      Throws:
      de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformationException