com.hp.hpl.jena.sparql.engine.index
Class IndexFactory

java.lang.Object
  extended by com.hp.hpl.jena.sparql.engine.index.IndexFactory

public class IndexFactory
extends Object

Creates IndexTables for use by QueryIterMinus.

Author:
Paul Gearon

Constructor Summary
IndexFactory()
           
 
Method Summary
static IndexTable createIndex(Set<Var> commonVars, QueryIterator data)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexFactory

public IndexFactory()
Method Detail

createIndex

public static IndexTable createIndex(Set<Var> commonVars,
                                     QueryIterator data)


Licenced under the Apache License, Version 2.0