
public class NativeTripleSource extends Object implements org.openrdf.query.algebra.evaluation.TripleSource
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
includeInferred |
protected CardinalityNativeStore |
nativeStore |
protected boolean |
readTransaction |
| Modifier | Constructor and Description |
|---|---|
protected |
NativeTripleSource(CardinalityNativeStore store,
boolean includeInferred,
boolean readTransaction) |
| Modifier and Type | Method and Description |
|---|---|
info.aduna.iteration.CloseableIteration<? extends org.openrdf.model.Statement,org.openrdf.query.QueryEvaluationException> |
getStatements(org.openrdf.model.Resource subj,
org.openrdf.model.URI pred,
org.openrdf.model.Value obj,
org.openrdf.model.Resource... contexts) |
org.openrdf.model.ValueFactory |
getValueFactory() |
protected final CardinalityNativeStore nativeStore
protected final boolean includeInferred
protected final boolean readTransaction
protected NativeTripleSource(CardinalityNativeStore store, boolean includeInferred, boolean readTransaction)
public info.aduna.iteration.CloseableIteration<? extends org.openrdf.model.Statement,org.openrdf.query.QueryEvaluationException> getStatements(org.openrdf.model.Resource subj,
org.openrdf.model.URI pred,
org.openrdf.model.Value obj,
org.openrdf.model.Resource... contexts)
throws org.openrdf.query.QueryEvaluationException
getStatements in interface org.openrdf.query.algebra.evaluation.TripleSourceorg.openrdf.query.QueryEvaluationExceptionpublic org.openrdf.model.ValueFactory getValueFactory()
getValueFactory in interface org.openrdf.query.algebra.evaluation.TripleSourceCopyright © 2018 universAAL Consortium. All rights reserved.