Uses of Class
sudoku.Position
-
-
Uses of Position in sudoku
Fields in sudoku declared as Position Modifier and Type Field Description Position
Teacher.TableFinishedNegotiationsMsg. _position
private Position
Table. _tablePos
Global position of the Table(package private) Position
Table.CreateMsg. _tablePos
Constructors in sudoku with parameters of type Position Constructor Description CreateMsg(int tableId, Position tablePos, int sudokuSize, akka.actor.typed.ActorRef<Teacher.Protocol> replyTo)
TableFinishedNegotiationsMsg(int digit, Position position, int tableId)
-