Package puzzled.grid

Class Summary
AnswerCanvas The canvas class represent the graphical display of the grid, and the relationships between the various items.
Clue This class simply acts as a data structure to represent the clues entered by the user.
Grid The grid class represent the data structure of the problem to be solved.
GridCanvas The canvas class represent the graphical display of the grid, and the relationships between the various items.
Relation This class simply acts as a data structure to regroup the essential elements of a relationship.
 

Exception Summary
InvalidGridException Used to signal that the grid file is invalid, that is cannot be casted into a Grid object.