edu.stanford.db.rdf.schema
Class RDFSchemaModelEnumeration

java.lang.Object
  |
  +--edu.stanford.db.rdf.schema.RDFSchemaModelEnumeration
All Implemented Interfaces:
java.util.Enumeration

public class RDFSchemaModelEnumeration
extends java.lang.Object
implements java.util.Enumeration


Constructor Summary
RDFSchemaModelEnumeration(Model instances, Model schema)
           
 
Method Summary
 boolean hasMoreElements()
           
 java.lang.Object nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RDFSchemaModelEnumeration

public RDFSchemaModelEnumeration(Model instances,
                                 Model schema)
                          throws ModelException
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface java.util.Enumeration

nextElement

public java.lang.Object nextElement()
Specified by:
nextElement in interface java.util.Enumeration