org.jafer.osid.provider
Class PartStructureIterator

java.lang.Object
  extended by org.jafer.osid.provider.PartStructureIterator
All Implemented Interfaces:
java.io.Serializable, org.osid.repository.PartStructureIterator

public class PartStructureIterator
extends java.lang.Object
implements org.osid.repository.PartStructureIterator

See Also:
Serialized Form

Field Summary
private  int i
           
private  java.util.Vector vector
           
 
Constructor Summary
PartStructureIterator(java.util.Vector vector)
           
 
Method Summary
 boolean hasNextPartStructure()
           
 org.osid.repository.PartStructure nextPartStructure()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vector

private java.util.Vector vector

i

private int i
Constructor Detail

PartStructureIterator

public PartStructureIterator(java.util.Vector vector)
                      throws org.osid.repository.RepositoryException
Throws:
org.osid.repository.RepositoryException
Method Detail

hasNextPartStructure

public boolean hasNextPartStructure()
                             throws org.osid.repository.RepositoryException
Specified by:
hasNextPartStructure in interface org.osid.repository.PartStructureIterator
Throws:
org.osid.repository.RepositoryException

nextPartStructure

public org.osid.repository.PartStructure nextPartStructure()
                                                    throws org.osid.repository.RepositoryException
Specified by:
nextPartStructure in interface org.osid.repository.PartStructureIterator
Throws:
org.osid.repository.RepositoryException