public class TCTeam extends Object implements Serializable, Cloneable
| Modifier and Type | Method and Description |
|---|---|
TCTeam |
clone() |
Set<cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId> |
getConnectedBots() |
Map<Integer,TCChannel> |
getChannels() |
int |
getNextChannelId() |
int |
getTeam() |
void |
setConnectedBots(Set<cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId> connectedBots) |
void |
setChannels(Map<Integer,TCChannel> channels) |
void |
setTeam(int team) |
public TCTeam()
public TCTeam(Integer team)
public int getTeam()
public void setTeam(int team)
public Set<cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId> getConnectedBots()
public void setConnectedBots(Set<cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId> connectedBots)
public int getNextChannelId()
Copyright © 2019 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.