robocup.lab.intelligent
Class IntelligentTeam

java.lang.Object
  extended by atan.model.AbstractTeam
      extended by robocup.lab.intelligent.IntelligentTeam

public class IntelligentTeam
extends atan.model.AbstractTeam

The Class IntelligentTeam.


Constructor Summary
IntelligentTeam(java.lang.String teamName, int port, java.lang.String hostname)
          Instantiates a new intelligent team.
 
Method Summary
 atan.model.ControllerPlayer getNewController(int number)
           
 int size()
           
 
Methods inherited from class atan.model.AbstractTeam
connect, connectAll, createNewPlayers, getPlayer, getTeamName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntelligentTeam

public IntelligentTeam(java.lang.String teamName,
                       int port,
                       java.lang.String hostname)
Instantiates a new intelligent team.

Parameters:
teamName - the team name
port - the port
hostname - the hostname
Method Detail

size

public int size()
Overrides:
size in class atan.model.AbstractTeam
Returns:

getNewController

public atan.model.ControllerPlayer getNewController(int number)
Specified by:
getNewController in class atan.model.AbstractTeam
Returns: