bsoc.alpha
Class AlphaTeam

java.lang.Object
  |
  +--bsoc.division.Team
        |
        +--bsoc.alpha.AlphaTeam

public class AlphaTeam
extends Team

A team of AlphaPlayers.

See Also:
Serialized Form

Constructor Summary
AlphaTeam()
          Creates a Team with 5 AlphaPlayers with random parameters for their nets.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class bsoc.division.Team
addPlayer, equals, insertPlayerAt, playerAt, size
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AlphaTeam

public AlphaTeam()
Creates a Team with 5 AlphaPlayers with random parameters for their nets.
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class Team