net.fortytwo.sesametools
Class SailConnectionTripleSource
java.lang.Object
net.fortytwo.sesametools.SailConnectionTripleSource
- All Implemented Interfaces:
- org.openrdf.query.algebra.evaluation.TripleSource
public class SailConnectionTripleSource
- extends Object
- implements org.openrdf.query.algebra.evaluation.TripleSource
Created by IntelliJ IDEA.
User: josh
Date: Nov 26, 2007
Time: 10:59:38 AM
To change this template use File | Settings | File Templates.
|
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 © 2013. All Rights Reserved.