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()
           
 Set<cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId> getConnectedBots()
           
 cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId getCreator()
           
 int getChannelId()
           
 void setConnectedBots(Set<cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId> connectedBots)
           
 void setCreator(cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId creator)
           
 void setChannelId(int channelId)
           
 
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 © 2016 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.