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

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

Constructor Summary
TCChannel()
           
 
Method Summary
 TCChannel clone()
           
 int getChannelId()
           
 Set<cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId> getConnectedBots()
           
 cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId getCreator()
           
 void setChannelId(int channelId)
           
 void setConnectedBots(Set<cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId> connectedBots)
           
 void setCreator(cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId creator)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TCChannel

public TCChannel()
Method Detail

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