com.ontotext.ordi.tripleset.impl
Class TQueryConnectionImpl.ORDITripleSource
java.lang.Object
com.ontotext.ordi.tripleset.impl.TQueryConnectionImpl.ORDITripleSource
- All Implemented Interfaces:
- TripleSource
- Enclosing class:
- TQueryConnectionImpl
public class TQueryConnectionImpl.ORDITripleSource
- extends Object
- implements TripleSource
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
connection
protected final TConnection connection
source
protected final TSource source
tripleset
protected final URI tripleset
ignoreTs
protected final boolean ignoreTs
includeInferred
protected final boolean includeInferred
TQueryConnectionImpl.ORDITripleSource
public TQueryConnectionImpl.ORDITripleSource(TSource source,
TConnection connection,
boolean includeInferred,
URI tripleset)
getValueFactory
public ValueFactory getValueFactory()
- Specified by:
getValueFactory
in interface TripleSource
getStatements
public info.aduna.iteration.CloseableIteration<? extends Statement,QueryEvaluationException> getStatements(Resource subj,
URI pred,
Value obj,
Resource... contexts)
- Specified by:
getStatements
in interface TripleSource
Copyright © 2008. All Rights Reserved.