Uses of Package
com.anji.tournament

Packages that use com.anji.tournament
com.anji.gomoku com.anji.gomoku contains classes to handle Go-Moku (see Gamerz.net for rules). 
com.anji.roshambo com.anji.roshambo contains classes to implement the game of roshambo, also commonly known as rock-scissors-paper. 
com.anji.tournament com.anji.tournament contains classes to handle tournaments and games. 
com.anji.ttt com.anji.ttt contains classes to handle Tic-Tac-Toe (see Yahooligans for rules). 
 

Classes in com.anji.tournament used by com.anji.gomoku
Game
          Game does not carry state of a specific contest between two players.
GameResults
           
Player
          Abstract player interface.
PlayerResults
           
PlayerTranscriber
           
ScoringWeights
           
 

Classes in com.anji.tournament used by com.anji.roshambo
Game
          Game does not carry state of a specific contest between two players.
GameConfiguration
           
GameResults
           
IteratedPlayer
           
Player
          Abstract player interface.
PlayerResults
           
PlayerTranscriber
           
ScoringWeights
           
 

Classes in com.anji.tournament used by com.anji.tournament
Game
          Game does not carry state of a specific contest between two players.
GameConfiguration
           
GameResults
           
Player
          Abstract player interface.
PlayerResults
           
PlayerResultsScoreComparator
          Sorts PlayerResult objects in descending order of score.
PlayerStats
          Collates win-loss-tie results.
PlayerTranscriber
           
ScoringWeights
           
SimpleTournament
          Abstract class that manages a list of Player contestants, has them play each other in matches, and packages the results.
SimpleTournament.PlayerPair
          Pair of PlayerAndResults for each game.
Tournament
          Abstract class that manages a list of players, has them play each other in matches, and returns the results.
 

Classes in com.anji.tournament used by com.anji.ttt
Game
          Game does not carry state of a specific contest between two players.
GameResults
           
Player
          Abstract player interface.
PlayerResults
           
PlayerTranscriber
           
ScoringWeights