ipdlx.examples
Class TestTournament

java.lang.Object
  extended by ipdlx.Tournament
      extended by ipdlx.examples.TestTournament

public class TestTournament
extends Tournament

Author:
Jan Humble

Field Summary
 
Fields inherited from class ipdlx.Tournament
gameType, MULTIPLAYER_GAME, STANDARD_GAME
 
Constructor Summary
TestTournament()
           
 
Method Summary
 java.util.Vector createPlayers()
           
 
Methods inherited from class ipdlx.Tournament
addPlayer, addPlayers, addTournamentListener, broadcastStart, clearAllResults, copyStrategy, createPlayers, createPlayers, createPlayers, createPlayers, gameTypeToString, getGame, getGameType, getNrOfGames, getNrPlayers, getPlayers, getStrategyClass, loadStrategy, loadStrategy, play, setGame, setGameType, stop, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestTournament

public TestTournament()
Method Detail

createPlayers

public java.util.Vector createPlayers()