public class SailTripleSource extends Object implements TripleSource
| Constructor and Description |
|---|
SailTripleSource(SailConnection conn,
boolean includeInferred,
ValueFactory valueFactory) |
| Modifier and Type | Method and Description |
|---|---|
CloseableIteration<? extends Statement,QueryEvaluationException> |
getStatements(Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
ValueFactory |
getValueFactory() |
public SailTripleSource(SailConnection conn, boolean includeInferred, ValueFactory valueFactory)
public CloseableIteration<? extends Statement,QueryEvaluationException> getStatements(Resource subj, IRI pred, Value obj, Resource... contexts) throws QueryEvaluationException
getStatements in interface TripleSourceQueryEvaluationExceptionpublic ValueFactory getValueFactory()
getValueFactory in interface TripleSourceCopyright © 2015-2020 Eclipse Foundation. All Rights Reserved.