de.fuberlin.wiwiss.d2rq.fastpath
Class PQCResultIterator
java.lang.Object
com.hp.hpl.jena.util.iterator.NiceIterator
de.fuberlin.wiwiss.d2rq.fastpath.PQCResultIterator
- All Implemented Interfaces:
- ClosableIterator, ExtendedIterator, Iterator
public class PQCResultIterator
- extends NiceIterator
- implements ClosableIterator
Iterator for PatternQueryCombiner results.
- Version:
- $Id: PQCResultIterator.java,v 1.3 2006/10/16 12:46:00 cyganiak Exp $
- Author:
- jgarbers
Methods inherited from class com.hp.hpl.jena.util.iterator.NiceIterator |
andThen, andThen, asList, asSet, close, emptyIterator, ensureHasNext, filterDrop, filterKeep, mapWith, noElements, removeNext, toList, toSet |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PQCResultIterator
public PQCResultIterator(RDFRelation[][] tripleQueries,
VariableBindings variableBindings,
Collection constraints)
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator
- Overrides:
hasNext
in class NiceIterator
next
public Object next()
- Specified by:
next
in interface Iterator
- Overrides:
next
in class NiceIterator
close
public void close()
- Specified by:
close
in interface ClosableIterator
- Overrides:
close
in class NiceIterator
remove
public void remove()
- Specified by:
remove
in interface Iterator
- Overrides:
remove
in class NiceIterator