previous | index | next

Javadoc

Shown below is an outline of the definition of the PuzzleProblem class used in a class assignment. Add complete Javadoc documentation for all elements of the class shown.



public class PuzzleProblem {







    public PuzzleProblem(PuzzleState initialState) { ... }





    public boolean success() { ... }





    public PuzzleState getCurrentState() { ... }





    public void setCurrentState(PuzzleState currentState) { ... }





    public String getIntroduction() { ... }
    ...
}

previous | index | next