Class PartStructureIterator

  • All Implemented Interfaces:
    Serializable, org.osid.repository.PartStructureIterator

    public class PartStructureIterator
    extends Object
    implements org.osid.repository.PartStructureIterator
    Version:
    Author:
    Massachusetts Institute of Techbology, Sakai Software Development Team
    See Also:
    Serialized Form
    • Constructor Detail

      • PartStructureIterator

        public PartStructureIterator​(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