com.bigdata.rdf.sail
Class BigdataConstructIterator

java.lang.Object
  extended by 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>


Constructor Summary
BigdataConstructIterator(AbstractTripleStore db, info.aduna.iteration.CloseableIteration<? extends org.openrdf.query.BindingSet,org.openrdf.query.QueryEvaluationException> src)
           
 
Method Summary
 void close()
           
 boolean hasNext()
           
 Statement next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BigdataConstructIterator

public BigdataConstructIterator(AbstractTripleStore db,
                                info.aduna.iteration.CloseableIteration<? extends org.openrdf.query.BindingSet,org.openrdf.query.QueryEvaluationException> src)
Method Detail

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.