Index
All Classes and Interfaces|All Packages|Serialized Form
R
- remove() - Method in interface model.logic.server.dictionary.CacheReplacementPolicy
- remove() - Method in class model.logic.server.dictionary.LFU
-
The remove function removes the least frequently used word from the cache.
- remove() - Method in class model.logic.server.dictionary.LRU
-
The remove function removes the first word in the list of words.
- removePlayer(int) - Method in class model.logic.host.data.GameData
-
The removePlayer function removes a player from the game.
- removePlayer(int) - Method in class model.logic.host.GameManager
- removePlayer(int) - Method in class model.logic.host.TurnManager
-
The removePlayer function removes a player from the game.
- removePlayer(int) - Method in class model.logic.server.HostServer
-
The removePlayer function removes a player from the game.
- resetTimerTask() - Method in class model.logic.server.HostServer
-
The resetTimerTask function is used to reset the timerTask variable.
- resign() - Method in interface viewModel.ViewModelFacade
- run() - Method in class model.logic.server.HostServer.ManageTurnTask
-
The run function is called when the timer task is executed.
- run() - Static method in class test.testBackend.TestBag
- run() - Static method in class test.testBackend.TestBloomFilter
- run() - Static method in class test.testBackend.TestBoard
- run() - Static method in class test.testBackend.TestCacheManager
- run() - Static method in class test.testBackend.TestDictionary
- run() - Static method in class test.testBackend.TestIOSearcher
- run() - Static method in class test.testBackend.TestLFU
- run() - Static method in class test.testBackend.TestLRU
- runClient(int, String, boolean) - Static method in class test.MainTrain3
- runServer() - Method in class model.logic.server.HostServer
-
The runServer function is the main function of the server.
- runServer() - Method in class model.logic.server.MyServer
-
Starts the server and listens for incoming client connections.
All Classes and Interfaces|All Packages|Serialized Form