de.fuberlin.wiwiss.d2rq.fastpath
Class ConstraintHandler.NodeMakerIterator

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

Constructor Summary
ConstraintHandler.NodeMakerIterator(RDFRelation[] conjunction, Set indexSet)
           
 
Method Summary
 boolean hasNext()
           
 Object next()
           
 NodeMaker nextNodeMaker()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstraintHandler.NodeMakerIterator

public ConstraintHandler.NodeMakerIterator(RDFRelation[] conjunction,
                                           Set indexSet)
Method Detail

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