Package sudoku
Class Table.OfferMsg
- java.lang.Object
-
- sudoku.Table.NegotiationsMsg
-
- sudoku.Table.OfferMsg
-
- All Implemented Interfaces:
SharedProtocols.NegotiationsProtocol
,Table.Protocol
- Enclosing class:
- Table
public static class Table.OfferMsg extends Table.NegotiationsMsg
Message received from the Player, consisting of it's subjectively the best digit to be inserted
-
-
Field Summary
Fields Modifier and Type Field Description float
_digitWeight
int
_offeredDigit
-
Fields inherited from class sudoku.Table.NegotiationsMsg
_iterationId, _playerId, _replyTo
-
-
Constructor Summary
Constructors Constructor Description OfferMsg(int offeredDigit, float digitWeight, akka.actor.typed.ActorRef<Player.Protocol> replyTo, int playerId, int iterationId)
-
-
-
Constructor Detail
-
OfferMsg
public OfferMsg(int offeredDigit, float digitWeight, akka.actor.typed.ActorRef<Player.Protocol> replyTo, int playerId, int iterationId)
-
-