Uses of Class
cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.EndMessage

Packages that use EndMessage
cz.cuni.amis.pogamut.ut2004.agent.module.sensor Utility classes concerning some aspects of the gameplay (mainly for UT). 
cz.cuni.amis.pogamut.ut2004.agent.navigation Navigation API for Unreal. 
cz.cuni.amis.pogamut.ut2004.agent.navigation.stuckdetector   
cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages   
 

Uses of EndMessage in cz.cuni.amis.pogamut.ut2004.agent.module.sensor
 

Methods in cz.cuni.amis.pogamut.ut2004.agent.module.sensor with parameters of type EndMessage
 void Items.EndMessageListener.notify(EndMessage event)
           
protected  void AgentStats.updateStats(EndMessage event)
          Called when EndMessage is received, writes another line into the UT2004AnalyzerObsStats#outputFile.
 

Uses of EndMessage in cz.cuni.amis.pogamut.ut2004.agent.navigation
 

Fields in cz.cuni.amis.pogamut.ut2004.agent.navigation with type parameters of type EndMessage
protected  IWorldEventListener<EndMessage> UT2004RunStraight.endListener
           
protected  IWorldEventListener<EndMessage> UT2004GetBackToNavGraph.endListener
           
protected  IWorldEventListener<EndMessage> UT2004Navigation.endMessageListener
           
 

Methods in cz.cuni.amis.pogamut.ut2004.agent.navigation with parameters of type EndMessage
protected  void UT2004AStarPathFuture.eventEndMessage(EndMessage event)
           
 

Uses of EndMessage in cz.cuni.amis.pogamut.ut2004.agent.navigation.stuckdetector
 

Methods in cz.cuni.amis.pogamut.ut2004.agent.navigation.stuckdetector with parameters of type EndMessage
 void UT2004TimeStuckDetector.eventEndMessage(EndMessage event)
           
 void UT2004PositionStuckDetector.eventEndMessage(EndMessage event)
           
 

Uses of EndMessage in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 

Constructors in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages with parameters of type EndMessage
EndMessage(EndMessage original)
          Cloning constructor from the full message.
 



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