Uses of Interface
cz.cuni.amis.pogamut.ut2004.server.IUT2004Server

Packages that use IUT2004Server
cz.cuni.amis.pogamut.ut2004.analyzer   
cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent   
cz.cuni.amis.pogamut.ut2004.server.impl   
cz.cuni.amis.pogamut.ut2004.utils Utility classes connected to the Unreal Engine. 
 

Uses of IUT2004Server in cz.cuni.amis.pogamut.ut2004.analyzer
 

Subinterfaces of IUT2004Server in cz.cuni.amis.pogamut.ut2004.analyzer
 interface IUT2004Analyzer
          Interface of the analyzer that should hook an IUT2004AnalyzerObserver agent onto every bot inside UT2004 game sniffing info about the bot.
 

Classes in cz.cuni.amis.pogamut.ut2004.analyzer that implement IUT2004Server
 class UT2004Analyzer
          UT2004Analyzer can be used to automatically observe all bots/players in the game sniff their messages.
 

Uses of IUT2004Server in cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent
 

Classes in cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent with type parameters of type IUT2004Server
 class UT2004ServerFactory<SERVER extends IUT2004Server,PARAMS extends UT2004AgentParameters>
          Guice-base IUT2004Server factory.
 

Uses of IUT2004Server in cz.cuni.amis.pogamut.ut2004.server.impl
 

Classes in cz.cuni.amis.pogamut.ut2004.server.impl that implement IUT2004Server
 class AbstractUT2004Server<WORLD_VIEW extends IWorldView,ACT extends IAct>
          Abstract class - ancestor of all UT2004 server controls.
 class UT2004Server
           
 

Uses of IUT2004Server in cz.cuni.amis.pogamut.ut2004.utils
 

Classes in cz.cuni.amis.pogamut.ut2004.utils with type parameters of type IUT2004Server
 class UT2004ServerRunner<SERVER extends IUT2004Server,PARAMS extends UT2004AgentParameters>
          Class used for creating, connecting and starting servers with default settings that are taken from the properties.
 

Fields in cz.cuni.amis.pogamut.ut2004.utils declared as IUT2004Server
protected  IUT2004Server UCCWrapper.utServer
           
 

Methods in cz.cuni.amis.pogamut.ut2004.utils that return IUT2004Server
 IUT2004Server UCCWrapper.getUTServer()
           
 



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