cz.cuni.amis.pogamut.ut2004.teamcomm.server
Class BotTCRecord<PLAYER_CONTAINER>

Package class diagram package BotTCRecord
java.lang.Object
  extended by cz.cuni.amis.pogamut.ut2004.teamcomm.server.BotTCRecord<PLAYER_CONTAINER>

public class BotTCRecord<PLAYER_CONTAINER>
extends Object


Constructor Summary
BotTCRecord(cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId botId)
           
BotTCRecord(cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId botId, PLAYER_CONTAINER player)
           
 
Method Summary
 cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId getBotId()
           
 PLAYER_CONTAINER getPlayer()
           
 void setPlayer(PLAYER_CONTAINER player)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BotTCRecord

public BotTCRecord(cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId botId)

BotTCRecord

public BotTCRecord(cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId botId,
                   PLAYER_CONTAINER player)
Method Detail

getPlayer

public PLAYER_CONTAINER getPlayer()

setPlayer

public void setPlayer(PLAYER_CONTAINER player)

getBotId

public cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId getBotId()


Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.