Class PathAnnotatorRdfImpl

java.lang.Object
org.aksw.jena_sparql_api.http.repository.impl.PathAnnotatorRdfImpl
All Implemented Interfaces:
PathAnnotatorRdf

public class PathAnnotatorRdfImpl extends Object implements PathAnnotatorRdf
  • Field Details

    • cache

      protected com.google.common.cache.Cache<Path,org.apache.jena.rdf.model.Resource> cache
    • suffix

      protected String suffix
  • Constructor Details

    • PathAnnotatorRdfImpl

      public PathAnnotatorRdfImpl()
  • Method Details

    • getRecord

      public org.apache.jena.rdf.model.Resource getRecord(Path path)
      Specified by:
      getRecord in interface PathAnnotatorRdf
    • getRecordUncached

      public org.apache.jena.rdf.model.Resource getRecordUncached(Path path)
    • setRecord

      public org.apache.jena.rdf.model.Resource setRecord(Path path, org.apache.jena.rdf.model.Resource info)
      Specified by:
      setRecord in interface PathAnnotatorRdf
    • isAnnotationFor

      public Collection<Path> isAnnotationFor(Path path)
      Description copied from interface: PathAnnotatorRdf
      Given a possible annotation file, yield the paths it contains annotations for never null
      Specified by:
      isAnnotationFor in interface PathAnnotatorRdf
      Returns: