Uses of Interface
cz.cuni.amis.pogamut.ut2004.observer.IUT2004Observer

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

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

Subinterfaces of IUT2004Observer in cz.cuni.amis.pogamut.ut2004.analyzer
 interface IUT2004AnalyzerObserver
          Analyzer's observer is an agent that observes some bot inside the environment collecting interesting information about him.
 

Classes in cz.cuni.amis.pogamut.ut2004.analyzer that implement IUT2004Observer
 class UT2004AnalyzerFullObserver
          Similar to UT2004AnalyzerObserver, but it may output ALL MESSAGES for a given bot.
 class UT2004AnalyzerObserver
          Deprecated. 
 

Uses of IUT2004Observer in cz.cuni.amis.pogamut.ut2004.analyzer.stats
 

Classes in cz.cuni.amis.pogamut.ut2004.analyzer.stats that implement IUT2004Observer
 class UT2004AnalyzerObsStats
          Observer that provides logging of bot's health, number of deaths, traveled distance and bot's location, etc.
 

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

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

Uses of IUT2004Observer in cz.cuni.amis.pogamut.ut2004.observer.impl
 

Classes in cz.cuni.amis.pogamut.ut2004.observer.impl that implement IUT2004Observer
 class AbstractUT2004Observer<WORLD_VIEW extends IVisionWorldView,ACT extends IAct>
          Abstract class - ancestor of all UT2004 observer controls.
 class UT2004Observer
           
 

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

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



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