Interface IBoardMaker

All Known Implementing Classes:
StandardBoardMaker, TestWordFinder.LocalBoardMaker

public interface IBoardMaker

Interface for creating a Boggle Board. Facilitates alternate methods for board creation, e.g., randomly or a fixed board for debugging.


Method Summary
 BoggleBoard makeBoard(int rows)
          Return square board of specified size (4 or 5).
 

Method Detail

makeBoard

BoggleBoard makeBoard(int rows)
Return square board of specified size (4 or 5).

Parameters:
rows - is dimension of board
Returns:
squre BoggleBoard of specified size