Package org.aksw.jena_sparql_api.core
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 TypeMethodDescriptionSet<org.apache.jena.sparql.core.Quad>contains(QueryExecutionFactory qef, Iterable<org.apache.jena.sparql.core.Quad> quads)
-
Method Details
-
contains
Set<org.apache.jena.sparql.core.Quad> contains(QueryExecutionFactory qef, Iterable<org.apache.jena.sparql.core.Quad> quads)
-