com.anji.tournament
Interface PlayerTranscriber

All Superinterfaces:
Transcriber
All Known Implementing Classes:
GomokuPlayerTranscriber, RoshamboPlayerTranscriber, TttPlayerTranscriber

public interface PlayerTranscriber
extends Transcriber

Author:
Philip Tucker

Method Summary
 Player newPlayer(Chromosome c)
           
 
Methods inherited from interface com.anji.integration.Transcriber
getPhenotypeClass, transcribe
 

Method Detail

newPlayer

Player newPlayer(Chromosome c)
                 throws TranscriberException
Parameters:
c - chromosome to transcribe
Returns:
Player phenotype
Throws:
TranscriberException