public class ReverseWordPuzzle extends AbstractWordPuzzle
Constructor and Description |
---|
ReverseWordPuzzle(String puzzleWord)
Creates a reverse word puzzle.
|
Modifier and Type | Method and Description |
---|---|
String |
getSolution()
Get the solution for this reverse word puzzle.
|
getPuzzleWord, getSolutions, setPuzzleWord, toString
public ReverseWordPuzzle(String puzzleWord)
puzzleWord
- the puzzle wordpublic String getSolution()
getSolution
in class AbstractWordPuzzle
AbstractWordPuzzle.getSolution()