Uses of Interface
cz.cuni.amis.pogamut.udk.server.IUDKServer

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

Uses of IUDKServer in cz.cuni.amis.pogamut.udk.factory.guice.remoteagent
 

Classes in cz.cuni.amis.pogamut.udk.factory.guice.remoteagent with type parameters of type IUDKServer
 class UDKObserverFactory<SERVER extends IUDKServer,PARAMS extends UDKAgentParameters>
          Guice-based IUDKObserver factory.
 class UDKServerFactory<SERVER extends IUDKServer,PARAMS extends UDKAgentParameters>
          Guice-base IUDKServer factory.
 

Uses of IUDKServer in cz.cuni.amis.pogamut.udk.server.impl
 

Classes in cz.cuni.amis.pogamut.udk.server.impl that implement IUDKServer
 class AbstractUDKServer<WORLD_VIEW extends IWorldView,ACT extends IAct>
          Abstract class - ancestor of all UT2004 server controls.
 class UDKServer
           
 

Uses of IUDKServer in cz.cuni.amis.pogamut.udk.utils
 

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

Fields in cz.cuni.amis.pogamut.udk.utils declared as IUDKServer
protected  IUDKServer UCCWrapper.utServer
           
 

Methods in cz.cuni.amis.pogamut.udk.utils that return IUDKServer
 IUDKServer UCCWrapper.getUTServer()
           
 



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