vub.starlab.ontoserver.database.util
Class UserCollectionIterator

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

public class UserCollectionIterator
extends OntologyObjectIterator

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

Author:
Sven Casteleyn

Fields inherited from class vub.starlab.ontoserver.database.util.OntologyObjectIterator
alreadyAccessed, collection, hasMoreElements
 
Constructor Summary
UserCollectionIterator()
           
 
Method Summary
 IOntologyObject next()
          Abstract method, is overridden by subclasses
 
Methods inherited from class vub.starlab.ontoserver.database.util.OntologyObjectIterator
hasNext, setCollection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserCollectionIterator

public UserCollectionIterator()
Method Detail

next

public IOntologyObject next()
                     throws java.util.NoSuchElementException
Description copied from class: OntologyObjectIterator
Abstract method, is overridden by subclasses
Overrides:
next in class OntologyObjectIterator
Following copied from class: vub.starlab.ontoserver.database.util.OntologyObjectIterator
Parameters:
-  
Returns:
IOntologyObject returns an object implementing the IOntologyObject. Every subclass will return the appropriate subclass of IOntologyObject.