chesspresso.game
Interface GameModelIterator

All Superinterfaces:
java.util.Iterator

public interface GameModelIterator
extends java.util.Iterator

Iterator over a collection of game models.

Version:
$Revision: 1.1 $
Author:
Bernhard Seybold

Method Summary
 GameModel nextGameModel()
           
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

nextGameModel

public GameModel nextGameModel()