cz.cuni.amis.pogamut.ut2004.teamcomm.mina.model
Class TCTeam

Package class diagram package TCTeam
java.lang.Object
  extended by 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

Constructor Summary
TCTeam()
           
TCTeam(Integer team)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TCTeam

public TCTeam()

TCTeam

public TCTeam(Integer team)
Method Detail

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 © 2016 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.