cz.cuni.amis.pogamut.ut2004.hideandseek.protocol.messages
Class HSPlayerScoreChanged

Package class diagram package HSPlayerScoreChanged
java.lang.Object
  extended by cz.cuni.amis.pogamut.ut2004.communication.messages.custom.BaseCustomControlMessage
      extended by cz.cuni.amis.pogamut.ut2004.hideandseek.protocol.messages.HSMessage
          extended by cz.cuni.amis.pogamut.ut2004.hideandseek.protocol.messages.HSPlayerScoreChanged
All Implemented Interfaces:
cz.cuni.amis.pogamut.base.communication.translator.event.IWorldChangeEvent, cz.cuni.amis.pogamut.base.communication.worldview.event.IWorldEvent, ICustomControlMessage, cz.cuni.amis.utils.listener.Event

public class HSPlayerScoreChanged
extends HSMessage


Constructor Summary
HSPlayerScoreChanged()
           
 
Method Summary
 cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId getBotId()
           
 Integer getScore()
          How many times was this bot TAGGED (negative score).
 Integer getScoreChangeReason()
           
 HSScoreChangeReason getScoreChangeReasonEnum()
           
 void setBotId(cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId botId)
           
 void setScore(Integer score)
           
 void setScoreChangeReason(Integer scoreChangeReason)
           
 
Methods inherited from class cz.cuni.amis.pogamut.ut2004.communication.messages.custom.BaseCustomControlMessage
getSimTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HSPlayerScoreChanged

public HSPlayerScoreChanged()
Method Detail

getBotId

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

setBotId

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

getScore

public Integer getScore()
How many times was this bot TAGGED (negative score).

Returns:

setScore

public void setScore(Integer score)

getScoreChangeReason

public Integer getScoreChangeReason()

getScoreChangeReasonEnum

public HSScoreChangeReason getScoreChangeReasonEnum()

setScoreChangeReason

public void setScoreChangeReason(Integer scoreChangeReason)


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