org.sakaiproject.tool.assessment.business.questionpool
Interface QuestionPoolIterator

All Superinterfaces:
Serializable
All Known Implementing Classes:
QuestionPoolIteratorImpl

public interface QuestionPoolIterator
extends Serializable

This is an OKI-style iterator interface for QuestionPools.

Author:
Rachel Gollub

Method Summary
 boolean hasNext()
          Return true if there are more pools, false if there are not.
 QuestionPool next()
          Return the next pool.
 

Method Detail

hasNext

boolean hasNext()
                throws org.osid.shared.SharedException
Return true if there are more pools, false if there are not.

Throws:
org.osid.shared.SharedException

next

QuestionPool next()
                  throws org.osid.shared.SharedException
Return the next pool.

Throws:
org.osid.shared.SharedException


Copyright © 2005-2012 Sakai Project. All Rights Reserved.