java.lang.Object
de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.AbstractTypeTransformer<URL,Alignment>
de.uni_mannheim.informatik.dws.melt.yet_another_alignment_api.typetransformation.URL2AlignmentTransformer
All Implemented Interfaces:
TypeTransformer<URL,Alignment>

public class URL2AlignmentTransformer extends AbstractTypeTransformer<URL,Alignment>
  • Constructor Details

    • URL2AlignmentTransformer

      public URL2AlignmentTransformer()
  • Method Details

    • transform

      public Alignment 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