de.fuberlin.wiwiss.d2rq.fastpath
Class ConstraintHandler.NodeMakerIterator
java.lang.Object
de.fuberlin.wiwiss.d2rq.fastpath.ConstraintHandler.NodeMakerIterator
- All Implemented Interfaces:
- Iterator
- Enclosing class:
- ConstraintHandler
public class ConstraintHandler.NodeMakerIterator
- extends Object
- implements Iterator
Iterates over all the nodes of a triple conjunction.
- Author:
- jgarbers
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConstraintHandler.NodeMakerIterator
public ConstraintHandler.NodeMakerIterator(RDFRelation[] conjunction,
Set indexSet)
remove
public void remove()
- Specified by:
remove
in interface Iterator
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator
nextNodeMaker
public NodeMaker nextNodeMaker()
next
public Object next()
- Specified by:
next
in interface Iterator