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

Package class diagram package WeCanSeeEachOther
java.lang.Object
  extended by cz.cuni.amis.pogamut.base.agent.module.comm.CommEvent
      extended by cz.cuni.amis.pogamut.ut2004.examples.communicatingbot.WeCanSeeEachOther
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 WeCanSeeEachOther
extends cz.cuni.amis.pogamut.base.agent.module.comm.CommEvent


Constructor Summary
WeCanSeeEachOther(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

WeCanSeeEachOther

public WeCanSeeEachOther(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.