java.lang.Object
de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.AbstractTypeTransformer<URL,org.apache.jena.ontology.OntModel>
de.uni_mannheim.informatik.dws.melt.matching_jena.typetransformation.URL2OntModelTransformer
All Implemented Interfaces:
TypeTransformer<URL,org.apache.jena.ontology.OntModel>

public class URL2OntModelTransformer extends AbstractTypeTransformer<URL,org.apache.jena.ontology.OntModel>
  • Field Details

    • LOGGER

      private static final org.slf4j.Logger LOGGER
  • Constructor Details

    • URL2OntModelTransformer

      public URL2OntModelTransformer()
  • Method Details

    • transform

      public org.apache.jena.ontology.OntModel transform(URL value, Properties parameters) throws TypeTransformationException
      Description copied from interface: TypeTransformer
      Transforms the given value to the new type. There is only one instance of this TypeTransformer. So any attribute of the class is used in multiple transformations.
      Parameters:
      value - the given value to convert
      parameters - the parameters can contain any further hints for the transformation e.g. create OntModel with or without reasoning / in memory or in file etc.
      Returns:
      the transformed value
      Throws:
      TypeTransformationException - in case the transformation did not work