Uses of Class
de.fuberlin.wiwiss.d2rq.helpers.IndexArray

Packages that use IndexArray
de.fuberlin.wiwiss.d2rq.helpers   
 

Uses of IndexArray in de.fuberlin.wiwiss.d2rq.helpers
 

Fields in de.fuberlin.wiwiss.d2rq.helpers declared as IndexArray
protected  IndexArray ConjunctionIterator.nextIndexArray
          the indices point to the terms in disjunctiveTerms that build the next conjunction in conjunctive normal form.
 

Methods in de.fuberlin.wiwiss.d2rq.helpers that return IndexArray
 IndexArray ConjunctionIterator.getNextIndexArray()
           
 

Methods in de.fuberlin.wiwiss.d2rq.helpers with parameters of type IndexArray
 void ConjunctionIterator.setNextIndexArray(IndexArray nextIndexArray)