game
Class Build

java.lang.Object
  extended by game.Build

public class Build
extends java.lang.Object

Version:
1.0

Constructor Summary
Build()
          Build the Teams from config file
Build(int teamCount)
          Build the Teams
 
Method Summary
 Round getTeams()
          Get the teams
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Build

public Build()
Build the Teams from config file


Build

public Build(int teamCount)
Build the Teams

Parameters:
teamCount - how many teams to build
Method Detail

getTeams

public Round getTeams()
Get the teams

Returns:
teams