A C D E F G I M N P R S T U V W 
All Classes All Packages

F

findBestMove() - Method in class com.neven.ticTacToeGame.model.MiniMaxAlgorithm
This method takes game board from the MiniMaxAlgorithm.game by using method MiniMaxAlgorithm.getBordFromGame() and for each empty cell on game field will called MiniMaxAlgorithm.miniMax(char[][] gameField, int depth, Boolean isMax) method to figure out cost of this move if algorithm choose this cell for the best move.
findByName(String) - Method in interface com.neven.ticTacToeGame.repository.StatisticRepository
This method allow to find statistic in database by statistic name.
A C D E F G I M N P R S T U V W 
All Classes All Packages