Uses of Class
sudoku.AgentMap
-
-
Uses of AgentMap in sudoku
Fields in sudoku declared as AgentMap Modifier and Type Field Description private AgentMap<akka.actor.typed.ActorRef<Player.Protocol>>
Table. _players
Map from global Player id to internal index and Player reference Data structure for storing Players - agents registered to this Table.private AgentMap<akka.actor.typed.ActorRef<Table.Protocol>>
Player. _tables
Map from global Table id to internal index and Table reference.
-