Uses of Class
com.codethesis.pgnparse.PGNMove

Packages that use PGNMove
com.codethesis.pgnparse   
 

Uses of PGNMove in com.codethesis.pgnparse
 

Methods in com.codethesis.pgnparse that return PGNMove
 PGNMove PGNGame.getMove(int index)
           
 

Methods in com.codethesis.pgnparse that return types with arguments of type PGNMove
 java.util.Iterator<PGNMove> PGNGame.getMovesIterator()