cz.cuni.amis.pogamut.ut2004.teamcomm.mina.model
Class TCChannel
java.lang.Object
cz.cuni.amis.pogamut.ut2004.teamcomm.mina.model.TCChannel
- All Implemented Interfaces:
- Serializable, Cloneable
public class TCChannel
- extends Object
- implements Serializable, Cloneable
- See Also:
- Serialized Form
TCChannel
public TCChannel()
clone
public TCChannel clone()
- Overrides:
clone in class Object
getChannelId
public int getChannelId()
setChannelId
public void setChannelId(int channelId)
getCreator
public cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId getCreator()
setCreator
public void setCreator(cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId creator)
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)
Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.