public class TCChannel extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
TCChannel() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public int getChannelId()
public void setChannelId(int channelId)
public cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId getCreator()
public void setCreator(cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId creator)
public Set<cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId> getConnectedBots()
public void setConnectedBots(Set<cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId> connectedBots)
Copyright © 2019 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.