public class Team
extends com.github.robocup_atan.atan.model.AbstractTeam
Constructor and Description |
---|
Team(java.lang.String teamName,
int port,
java.lang.String hostname,
boolean hasCoach) |
Modifier and Type | Method and Description |
---|---|
com.github.robocup_atan.atan.model.ControllerCoach |
getNewControllerCoach() |
com.github.robocup_atan.atan.model.ControllerPlayer |
getNewControllerPlayer(int i) |
public Team(java.lang.String teamName, int port, java.lang.String hostname, boolean hasCoach)
public com.github.robocup_atan.atan.model.ControllerPlayer getNewControllerPlayer(int i)
getNewControllerPlayer
in class com.github.robocup_atan.atan.model.AbstractTeam
public com.github.robocup_atan.atan.model.ControllerCoach getNewControllerCoach()
getNewControllerCoach
in class com.github.robocup_atan.atan.model.AbstractTeam