Uses of Class
sudoku.Sudoku
-
-
Uses of Sudoku in sudoku
Fields in sudoku declared as Sudoku Modifier and Type Field Description SudokuSudokuSupervisor.IterationFinishedMsg. _newSolutionprivate SudokuTeacher. _prevSudokuSudoku solution from the previous iterationprivate SudokuSudokuSupervisor. _sudokuSudoku riddle to be solved by the app.private SudokuTeacher. _sudokuSudoku riddle to be solved.(package private) SudokuTeacher.CreateMsg. _sudokuFields in sudoku with type parameters of type Sudoku Modifier and Type Field Description private akka.actor.typed.ActorRef<Sudoku>Teacher. _inspectorInspector's reference.akka.actor.typed.ActorRef<Sudoku>Teacher.InspectChildDigitsMsg. _replyToMethods in sudoku that return Sudoku Modifier and Type Method Description private SudokuTeacher. prepareInspectionResults()Prepares inspection results.Methods in sudoku with parameters of type Sudoku Modifier and Type Method Description private HashSet<Integer>Teacher. getNormalTableIds(Sudoku sudoku)Returns tableIds only for tables that are responsible for not hardcoded fields.Constructors in sudoku with parameters of type Sudoku Constructor Description CreateMsg(String name, Sudoku sudoku, akka.actor.typed.ActorRef<SudokuSupervisor.Protocol> replyTo)IterationFinishedMsg(Sudoku newSolution)Sudoku(Sudoku sudoku)Constructor parameters in sudoku with type arguments of type Sudoku Constructor Description InspectChildDigitsMsg(akka.actor.typed.ActorRef<Sudoku> replyTo)
-