com.bigdata.rdf.sail
Class BigdataConstructIterator
java.lang.Object
com.bigdata.rdf.sail.BigdataConstructIterator
- All Implemented Interfaces:
- info.aduna.iteration.CloseableIteration<Statement,org.openrdf.query.QueryEvaluationException>, info.aduna.iteration.Iteration<Statement,org.openrdf.query.QueryEvaluationException>
public class BigdataConstructIterator
- extends Object
- implements info.aduna.iteration.CloseableIteration<Statement,org.openrdf.query.QueryEvaluationException>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BigdataConstructIterator
public BigdataConstructIterator(AbstractTripleStore db,
info.aduna.iteration.CloseableIteration<? extends org.openrdf.query.BindingSet,org.openrdf.query.QueryEvaluationException> src)
hasNext
public boolean hasNext()
throws org.openrdf.query.QueryEvaluationException
- Specified by:
hasNext in interface info.aduna.iteration.Iteration<Statement,org.openrdf.query.QueryEvaluationException>
- Throws:
org.openrdf.query.QueryEvaluationException
next
public Statement next()
throws org.openrdf.query.QueryEvaluationException
- Specified by:
next in interface info.aduna.iteration.Iteration<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<Statement,org.openrdf.query.QueryEvaluationException>
- Throws:
org.openrdf.query.QueryEvaluationException
close
public void close()
throws org.openrdf.query.QueryEvaluationException
- Specified by:
close in interface info.aduna.iteration.CloseableIteration<Statement,org.openrdf.query.QueryEvaluationException>
- Throws:
org.openrdf.query.QueryEvaluationException
Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.