net.fortytwo.linkeddata.sail
Class SailConnectionTripleSource
java.lang.Object
net.fortytwo.linkeddata.sail.SailConnectionTripleSource
- All Implemented Interfaces:
- org.openrdf.query.algebra.evaluation.TripleSource
public class SailConnectionTripleSource
- extends Object
- implements org.openrdf.query.algebra.evaluation.TripleSource
- Author:
- Joshua Shinavier (http://fortytwo.net)
|
Constructor Summary |
SailConnectionTripleSource(org.openrdf.sail.SailConnection conn,
org.openrdf.model.ValueFactory valueFactory,
boolean includeInferred)
|
|
Method Summary |
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()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SailConnectionTripleSource
public SailConnectionTripleSource(org.openrdf.sail.SailConnection conn,
org.openrdf.model.ValueFactory valueFactory,
boolean includeInferred)
getStatements
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)
- Specified by:
getStatements in interface org.openrdf.query.algebra.evaluation.TripleSource
getValueFactory
public org.openrdf.model.ValueFactory getValueFactory()
- Specified by:
getValueFactory in interface org.openrdf.query.algebra.evaluation.TripleSource
Copyright © 2007-2013. All Rights Reserved.