vub.starlab.ontoserver.database.util
Class OntologyObjectCollection

java.lang.Object
  |
  +--vub.starlab.ontoserver.database.util.OntologyObjectCollection

public class OntologyObjectCollection
extends java.lang.Object

Title: Ontology Server (with concepts) Description: Copyright: Copyright (c) 2000 Company: VUB

Author:
Sven Casteleyn

Constructor Summary
OntologyObjectCollection(java.sql.ResultSet rs, OntologyObjectIterator iterator)
           
 
Method Summary
protected  java.sql.ResultSet getResultSet()
          Method is protected and should only be used by subclasses extending this object Returns the underlying resultset which is used for delayed database retrieval
 OntologyObjectIterator iterator()
          Returns an iterator for this collection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OntologyObjectCollection

public OntologyObjectCollection(java.sql.ResultSet rs,
                                OntologyObjectIterator iterator)
Method Detail

getResultSet

protected java.sql.ResultSet getResultSet()
Method is protected and should only be used by subclasses extending this object Returns the underlying resultset which is used for delayed database retrieval
Returns:
java.sql.ResultSet the underlying resultset which is used for delayed database retrieval
See Also:
OntologyObjectIterator

iterator

public OntologyObjectIterator iterator()
Returns an iterator for this collection
Returns:
OntologyObjectIterator an iterator for this collection