Uses of Interface
com.anji.tournament.Tournament

Packages that use Tournament
com.anji.tournament com.anji.tournament contains classes to handle tournaments and games. 
 

Uses of Tournament in com.anji.tournament
 

Classes in com.anji.tournament that implement Tournament
 class CompositeTournament
           
 class DirectTournament
          Each contestant plays 1 game against each opponent.
 class DoubleEliminationTournament
          Standard double elimination tournament, except players are re-seeded after every round.
 class KRandomOppsTournament
          Each subject plays at least k games against a random set of opponents.
 class SimpleTournament
          Abstract class that manages a list of Player contestants, has them play each other in matches, and packages the results.
 class SingleEliminationTournament
          Standard double elimination tournament, except players are re-seeded after every round.
 

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