java.lang.Object
de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.basetransformers.TypeTransformerHelper

public class TypeTransformerHelper extends Object
Helper functions for type transformation to URL.
  • Field Details

    • LOGGER

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

    • TypeTransformerHelper

      public TypeTransformerHelper()
  • Method Details

    • getRandomSerializationFile

      public static File getRandomSerializationFile(Properties parameters, String filePrefix, String fileSuffix) throws IOException
      Throws:
      IOException
    • getOrDefault

      public static <T> T getOrDefault(Properties parameters, String key, Class<? extends T> type, T defaultValue)
    • get

      public static <T> T get(Properties parameters, String key, Class<? extends T> type)
    • shouldUseOntologyCache

      public static boolean shouldUseOntologyCache(Properties parameters)
    • shouldMatchClasses

      public static boolean shouldMatchClasses(Properties parameters)
    • shouldMatchDatatypeProperties

      public static boolean shouldMatchDatatypeProperties(Properties parameters)
    • shouldMatchObjectProperties

      public static boolean shouldMatchObjectProperties(Properties parameters)
    • shouldMatchRDFProperties

      public static boolean shouldMatchRDFProperties(Properties parameters)
    • shouldMatchInstances

      public static boolean shouldMatchInstances(Properties parameters)