Class TextExtractorAllAnnotationProperties

java.lang.Object
de.uni_mannheim.informatik.dws.melt.matching_jena_matchers.util.textExtractors.TextExtractorAllAnnotationProperties
All Implemented Interfaces:
TextExtractor

public class TextExtractorAllAnnotationProperties extends Object implements TextExtractor
All annotation properties are followed (recursively).
  • Field Details

  • Constructor Details

    • TextExtractorAllAnnotationProperties

      public TextExtractorAllAnnotationProperties()
  • Method Details

    • extract

      @NotNull public @NotNull Set<String> extract(org.apache.jena.rdf.model.Resource resource)
      Description copied from interface: TextExtractor
      Given a Jena resource this method extracts textual/string representations from it.
      Specified by:
      extract in interface TextExtractor
      Parameters:
      resource - the jena resource which also allows to traverse the whole rdf graph
      Returns:
      a set of textual representations of the given resource.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object