Uses of Class
com.codethesis.pgnparse.PGNGame

Packages that use PGNGame
com.codethesis.pgnparse   
 

Uses of PGNGame in com.codethesis.pgnparse
 

Methods in com.codethesis.pgnparse that return types with arguments of type PGNGame
 java.util.List<PGNGame> PGNSource.listGames()
           
 java.util.List<PGNGame> PGNSource.listGames(boolean force)
           
static java.util.List<PGNGame> PGNParser.parse(java.lang.String pgn)
           
static java.util.List<PGNGame> PGNParser.parse(java.lang.String pgn, boolean force)