Interface QuadContainmentChecker

All Known Implementing Classes:
QuadContainmentCheckerSimple

public interface QuadContainmentChecker
Interface for checking whether a set of quads is available via a given QueryExecutionFactory TODO This interface does not allow for check strategies that would write data into a separate graph - not sure if we should keep this interface, or define a more generic one instead
Author:
raven
  • Method Summary

    Modifier and Type
    Method
    Description
    Set<org.apache.jena.sparql.core.Quad>
    contains(org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactory qef, Iterable<org.apache.jena.sparql.core.Quad> quads)
     
  • Method Details

    • contains

      Set<org.apache.jena.sparql.core.Quad> contains(org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactory qef, Iterable<org.apache.jena.sparql.core.Quad> quads)