cz.cuni.amis.pogamut.ut2004.teamcomm.mina.model
Class TCTeam
java.lang.Object
cz.cuni.amis.pogamut.ut2004.teamcomm.mina.model.TCTeam
- All Implemented Interfaces:
- Serializable, Cloneable
public class TCTeam
- extends Object
- implements Serializable, Cloneable
- See Also:
- Serialized Form
TCTeam
public TCTeam()
TCTeam
public TCTeam(Integer team)
clone
public TCTeam clone()
- Overrides:
clone in class Object
getTeam
public int getTeam()
setTeam
public void setTeam(int team)
getConnectedBots
public Set<cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId> getConnectedBots()
setConnectedBots
public void setConnectedBots(Set<cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId> connectedBots)
getChannels
public Map<Integer,TCChannel> getChannels()
setChannels
public void setChannels(Map<Integer,TCChannel> channels)
getNextChannelId
public int getNextChannelId()
Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.