com.ontotext.ordi.tripleset.impl
Class TQueryConnectionImpl.ORDITripleSource

java.lang.Object
  extended by com.ontotext.ordi.tripleset.impl.TQueryConnectionImpl.ORDITripleSource
All Implemented Interfaces:
TripleSource
Enclosing class:
TQueryConnectionImpl

public class TQueryConnectionImpl.ORDITripleSource
extends Object
implements TripleSource


Field Summary
protected  TConnection connection
           
protected  boolean ignoreTs
           
protected  boolean includeInferred
           
protected  TSource source
           
protected  URI tripleset
           
 
Constructor Summary
TQueryConnectionImpl.ORDITripleSource(TSource source, TConnection connection, boolean includeInferred, URI tripleset)
           
 
Method Summary
 info.aduna.iteration.CloseableIteration<? extends Statement,QueryEvaluationException> getStatements(Resource subj, URI pred, Value obj, Resource... contexts)
           
 ValueFactory getValueFactory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

TQueryConnectionImpl.ORDITripleSource

public TQueryConnectionImpl.ORDITripleSource(TSource source,
                                             TConnection connection,
                                             boolean includeInferred,
                                             URI tripleset)
Method Detail

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.