net.fortytwo.sesametools
Class QueryEvaluationIteration
java.lang.Object
net.fortytwo.sesametools.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>
public class QueryEvaluationIteration
- extends Object
- implements info.aduna.iteration.CloseableIteration<org.openrdf.model.Statement,org.openrdf.query.QueryEvaluationException>
Created by IntelliJ IDEA.
User: josh
Date: Nov 26, 2007
Time: 11:05:52 AM
To change this template use File | Settings | File Templates.
|
Constructor Summary |
QueryEvaluationIteration(info.aduna.iteration.CloseableIteration<? extends org.openrdf.model.Statement,org.openrdf.sail.SailException> baseIteration)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryEvaluationIteration
public QueryEvaluationIteration(info.aduna.iteration.CloseableIteration<? extends org.openrdf.model.Statement,org.openrdf.sail.SailException> baseIteration)
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 © 2013. All Rights Reserved.