Uses of Interface
com.anji.integration.Transcriber

Packages that use Transcriber
com.anji.gomoku com.anji.gomoku contains classes to handle Go-Moku (see Gamerz.net for rules). 
com.anji.integration com.anji.integration contains classes that provide the glue between the various components of the system, including artificial neural net implementations, JGAP, NEAT, Log4J, and persistence and presentation layers. 
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 Transcriber in com.anji.gomoku
 

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

Uses of Transcriber in com.anji.integration
 

Classes in com.anji.integration that implement Transcriber
 class ActivatorTranscriber
          Factory interface to abstract construction of neural network objects.
 class AnjiNetTranscriber
          The purpose of this class is to construct a neural net object (AnjiNet) from a chromosome.
 

Uses of Transcriber in com.anji.roshambo
 

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

Uses of Transcriber in com.anji.tournament
 

Subinterfaces of Transcriber in com.anji.tournament
 interface PlayerTranscriber
           
 

Uses of Transcriber in com.anji.ttt
 

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