org.w3c.rdf.implementation.model
Class FindIndex

java.lang.Object
  |
  +--org.w3c.rdf.implementation.model.FindIndex

public class FindIndex
extends java.lang.Object


Constructor Summary
FindIndex()
           
 
Method Summary
 void addLookup(Statement t)
           
 java.util.Enumeration multiget(Resource subject, Resource property, RDFNode object)
           
 void removeLookup(Statement t)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FindIndex

public FindIndex()
Method Detail

size

public int size()

addLookup

public void addLookup(Statement t)
               throws ModelException

removeLookup

public void removeLookup(Statement t)
                  throws ModelException

multiget

public java.util.Enumeration multiget(Resource subject,
                                      Resource property,
                                      RDFNode object)
                               throws ModelException