p3j.database
Interface IProjectionResultsIterator

All Superinterfaces:
Iterable<ResultsOfTrial>, Iterator<ResultsOfTrial>
All Known Implementing Classes:
ProjectionResultsIterator

public interface IProjectionResultsIterator
extends Iterable<ResultsOfTrial>, Iterator<ResultsOfTrial>

Simple iterator for results of a projection.

Author:
Christina Bohk, Roland Ewald
See Also:
ResultsOfTrial

Method Summary
 ResultsOfTrial getNextResult()
          Gets the next result.
 
Methods inherited from interface java.lang.Iterable
iterator
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

getNextResult

ResultsOfTrial getNextResult()
Gets the next result.

Returns:
the next result, null if none is available anymore


Copyright © 2012. All Rights Reserved.