cz.cuni.amis.pogamut.ut2004.examples.communicatingbot
Class YouHaveBeenSpot

Package class diagram package YouHaveBeenSpot
java.lang.Object
  extended by cz.cuni.amis.pogamut.base.agent.module.comm.CommEvent
      extended by cz.cuni.amis.pogamut.ut2004.examples.communicatingbot.YouHaveBeenSpot
All Implemented Interfaces:
cz.cuni.amis.pogamut.base.communication.translator.event.IWorldChangeEvent, cz.cuni.amis.pogamut.base.communication.worldview.event.IWorldEvent, cz.cuni.amis.utils.listener.Event

public class YouHaveBeenSpot
extends cz.cuni.amis.pogamut.base.agent.module.comm.CommEvent


Constructor Summary
YouHaveBeenSpot(cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId playerId, cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId seePlayerId)
           
 
Method Summary
 cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId getPlayerId()
           
 cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId getSeePlayerId()
           
 String toString()
           
 
Methods inherited from class cz.cuni.amis.pogamut.base.agent.module.comm.CommEvent
getSimTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

YouHaveBeenSpot

public YouHaveBeenSpot(cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId playerId,
                       cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId seePlayerId)
Method Detail

getPlayerId

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

getSeePlayerId

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

toString

public String toString()
Overrides:
toString in class Object


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