Uses of Class
com.anji.tournament.GameConfiguration

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

Uses of GameConfiguration in com.anji.roshambo
 

Constructors in com.anji.roshambo with parameters of type GameConfiguration
RoshamboGame(GameConfiguration aConfig)
           
 

Uses of GameConfiguration in com.anji.tournament
 

Fields in com.anji.tournament declared as GameConfiguration
static GameConfiguration GameConfiguration.DEFAULT
          default configuration
 

Constructors in com.anji.tournament with parameters of type GameConfiguration
IteratedGame(Game aComponentGame, int anIterationCount, GameConfiguration aConfig)