edu.stanford.db.rdf.model.i
Class FindIndex

java.lang.Object
  |
  +--edu.stanford.db.rdf.model.i.FindIndex

public class FindIndex
extends java.lang.Object


Field Summary
protected  boolean DEBUG
           
 
Constructor Summary
FindIndex(NodeFactory f, int useIdx)
           
 
Method Summary
 void addLookup(Statement st)
           
 int getUsedIndexes()
           
 java.util.Iterator multiget(Resource s, Resource p, RDFNode o)
           
 void removeLookup(Statement st)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEBUG

protected boolean DEBUG
Constructor Detail

FindIndex

public FindIndex(NodeFactory f,
                 int useIdx)
Method Detail

getUsedIndexes

public int getUsedIndexes()

size

public int size()

addLookup

public void addLookup(Statement st)

removeLookup

public void removeLookup(Statement st)

multiget

public java.util.Iterator multiget(Resource s,
                                   Resource p,
                                   RDFNode o)
                            throws ModelException