Uses of Class
at.jku.ssw.fp.sect04_3.puzzle.Puzzle
-
Packages that use Puzzle Package Description at.jku.ssw.fp.sect04_3.puzzle -
-
Uses of Puzzle in at.jku.ssw.fp.sect04_3.puzzle
Fields in at.jku.ssw.fp.sect04_3.puzzle declared as Puzzle Modifier and Type Field Description static Puzzle
Puzzle. SOLUTION
Solution stateFields in at.jku.ssw.fp.sect04_3.puzzle with type parameters of type Puzzle Modifier and Type Field Description private List<Puzzle>
Puzzle. states
Methods in at.jku.ssw.fp.sect04_3.puzzle that return Puzzle Modifier and Type Method Description Puzzle
Puzzle. doMove(Move move)
Executes a next move.static Puzzle
Puzzle. from(int... numbers)
Creates a puzzle state from sequence of numbers.static Puzzle
Puzzle. shuffled()
Creates a random puzzle state.Methods in at.jku.ssw.fp.sect04_3.puzzle that return types with arguments of type Puzzle Modifier and Type Method Description List<Puzzle>
Puzzle. getNextStates()
Returns a list of possible successor statesList<Puzzle>
Puzzle. getStateHistory()
Gets the list of states to this state.
-