public class Puzzle
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
Puzzle.Solution |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.List<Puzzle.Solution> |
solutions |
(package private) Table |
table |
Constructor and Description |
---|
Puzzle() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Puzzle.Solution> |
getSolutions() |
Table |
getTable() |
void |
setSolutions(java.util.List<Puzzle.Solution> solutions) |
void |
setTable(Table table) |
Table table
java.util.List<Puzzle.Solution> solutions
public Table getTable()
public void setTable(Table table)
public java.util.List<Puzzle.Solution> getSolutions()
public void setSolutions(java.util.List<Puzzle.Solution> solutions)