Package sudoku
Class Player.AdditionalInfoRequestMsg
- java.lang.Object
-
- sudoku.Player.NegotiationsMsg
-
- sudoku.Player.AdditionalInfoRequestMsg
-
- All Implemented Interfaces:
Player.Protocol
,SharedProtocols.NegotiationsProtocol
- Enclosing class:
- Player
public static class Player.AdditionalInfoRequestMsg extends Player.NegotiationsMsg
Message received from the Table, requesting for additional info about other stakeholder's(s') digit.
-
-
Field Summary
Fields Modifier and Type Field Description int[]
_otherDigits
-
Fields inherited from class sudoku.Player.NegotiationsMsg
_iterationId, _replyTo, _tableId
-
-
Constructor Summary
Constructors Constructor Description AdditionalInfoRequestMsg(int[] otherDigits, akka.actor.typed.ActorRef<Table.Protocol> replyTo, int tableId, int iterationId)
-
-
-
Constructor Detail
-
AdditionalInfoRequestMsg
public AdditionalInfoRequestMsg(int[] otherDigits, akka.actor.typed.ActorRef<Table.Protocol> replyTo, int tableId, int iterationId)
-
-