G I M P S T W

G

getMatrix() - Method in class wordFinderPuzzle.WFPuzzleReader
Get the character matrix of the puzzle that was read in.
getWords() - Method in class wordFinderPuzzle.WFPuzzleReader
Get the list of words which are to be looked for in the puzzle.

I

IWordFinder - interface wordFinderPuzzle.IWordFinder.
An interface to be followed by programs implementing the Word Finder Puzzle.

M

MIN_COLS - Static variable in class wordFinderPuzzle.WFPuzzleReader
Minimum number of columns a puzzle may have.
MIN_ROWS - Static variable in class wordFinderPuzzle.WFPuzzleReader
Minimum number of rows a puzzle may have.

P

printMatrix() - Method in interface wordFinderPuzzle.IWordFinder
Print the matrix of characters of the puzzle, one line per row.
printWords() - Method in interface wordFinderPuzzle.IWordFinder
Print the words to be looked for in the puzzle, in alphabetical order.

S

solvePuzzle() - Method in interface wordFinderPuzzle.IWordFinder
Solve the puzzle and print the solution.

T

toString() - Method in class wordFinderPuzzle.WFPuzzleReader
Give a short summary of the puzzle that was read in.

W

WFPuzzleReader - class wordFinderPuzzle.WFPuzzleReader.
Read a text file which contains a representation of a word finder puzzle.
WFPuzzleReader(String) - Constructor for class wordFinderPuzzle.WFPuzzleReader
Read in a file from a file.
wordFinderPuzzle - package wordFinderPuzzle
 

G I M P S T W