Uses of Interface
com.anji.tournament.PlayerTranscriber

Packages that use PlayerTranscriber
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). 
 

Uses of PlayerTranscriber in com.anji.gomoku
 

Classes in com.anji.gomoku that implement PlayerTranscriber
 class GomokuPlayerTranscriber
           
 

Uses of PlayerTranscriber in com.anji.roshambo
 

Classes in com.anji.roshambo that implement PlayerTranscriber
 class RoshamboPlayerTranscriber
          Constructs RoshamboPlayer objects from AniNet objects transcribed from Chromosome objects.
 

Uses of PlayerTranscriber in com.anji.tournament
 

Constructors in com.anji.tournament with parameters of type PlayerTranscriber
TournamentFitnessFunction(Tournament aTournament, PlayerTranscriber aTranscriber)
          ctor
 

Uses of PlayerTranscriber in com.anji.ttt
 

Classes in com.anji.ttt that implement PlayerTranscriber
 class TttPlayerTranscriber