net.fortytwo.sesametools
Class SailConnectionTripleSource.QueryEvaluationIteration

java.lang.Object
  extended by net.fortytwo.sesametools.SailConnectionTripleSource.QueryEvaluationIteration
All Implemented Interfaces:
info.aduna.iteration.CloseableIteration<org.openrdf.model.Statement,org.openrdf.query.QueryEvaluationException>, info.aduna.iteration.Iteration<org.openrdf.model.Statement,org.openrdf.query.QueryEvaluationException>
Enclosing class:
SailConnectionTripleSource

public static class SailConnectionTripleSource.QueryEvaluationIteration
extends Object
implements info.aduna.iteration.CloseableIteration<org.openrdf.model.Statement,org.openrdf.query.QueryEvaluationException>


Constructor Summary
SailConnectionTripleSource.QueryEvaluationIteration(info.aduna.iteration.CloseableIteration<? extends org.openrdf.model.Statement,org.openrdf.sail.SailException> baseIteration)
           
 
Method Summary
 void close()
           
 boolean hasNext()
           
 org.openrdf.model.Statement next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SailConnectionTripleSource.QueryEvaluationIteration

public SailConnectionTripleSource.QueryEvaluationIteration(info.aduna.iteration.CloseableIteration<? extends org.openrdf.model.Statement,org.openrdf.sail.SailException> baseIteration)
Method Detail

close

public void close()
           throws org.openrdf.query.QueryEvaluationException
Specified by:
close in interface info.aduna.iteration.CloseableIteration<org.openrdf.model.Statement,org.openrdf.query.QueryEvaluationException>
Throws:
org.openrdf.query.QueryEvaluationException

hasNext

public boolean hasNext()
                throws org.openrdf.query.QueryEvaluationException
Specified by:
hasNext in interface info.aduna.iteration.Iteration<org.openrdf.model.Statement,org.openrdf.query.QueryEvaluationException>
Throws:
org.openrdf.query.QueryEvaluationException

next

public org.openrdf.model.Statement next()
                                 throws org.openrdf.query.QueryEvaluationException
Specified by:
next in interface info.aduna.iteration.Iteration<org.openrdf.model.Statement,org.openrdf.query.QueryEvaluationException>
Throws:
org.openrdf.query.QueryEvaluationException

remove

public void remove()
            throws org.openrdf.query.QueryEvaluationException
Specified by:
remove in interface info.aduna.iteration.Iteration<org.openrdf.model.Statement,org.openrdf.query.QueryEvaluationException>
Throws:
org.openrdf.query.QueryEvaluationException


Copyright © 2014. All Rights Reserved.