Uses of Class
cz.cuni.amis.pogamut.ut2004.analyzer.UT2004AnalyzerParameters

Packages that use UT2004AnalyzerParameters
cz.cuni.amis.pogamut.ut2004.analyzer   
cz.cuni.amis.pogamut.ut2004.utils Utility classes connected to the Unreal Engine. 
 

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

Methods in cz.cuni.amis.pogamut.ut2004.analyzer that return UT2004AnalyzerParameters
 UT2004AnalyzerParameters UT2004Analyzer.getParams()
           
 UT2004AnalyzerParameters UT2004AnalyzerParameters.setAgentId(IAgentId agentId)
           
 UT2004AnalyzerParameters UT2004AnalyzerParameters.setFileNames(Map<UnrealId,String> fileNames)
          This may be used to provide concrete filenames for outputting stats for bots identified by their id.
 UT2004AnalyzerParameters UT2004AnalyzerParameters.setHumanLikeObserving(Boolean humanLikeObserving)
          Whether to produce logs for "HumanLikeBot project" analysis.
 UT2004AnalyzerParameters UT2004AnalyzerParameters.setObserverAddress(SocketConnectionAddress observerAddress)
          Sets observer address that should be used for spawning new observers.
 UT2004AnalyzerParameters UT2004AnalyzerParameters.setObserverModule(UT2004AnalyzerFullObserverModule observerModule)
          Sets observer module (one that will be used to construct new UT2004AnalyzerObserver in order to sniff info about connected bots.
 UT2004AnalyzerParameters UT2004AnalyzerParameters.setOutputPath(String outputPath)
          Sets path to directory where the observer should output its results.
 UT2004AnalyzerParameters UT2004AnalyzerParameters.setWaitForMatchRestart(boolean waitForMatchRestart)
          Sets whether the analyzer's observers should wait for match-restart before it starts to collect data.
 UT2004AnalyzerParameters UT2004AnalyzerParameters.setWorldAddress(IWorldConnectionAddress address)
           
 

Constructors in cz.cuni.amis.pogamut.ut2004.analyzer with parameters of type UT2004AnalyzerParameters
UT2004Analyzer(UT2004AnalyzerParameters params, IAgentLogger agentLogger, IComponentBus bus, SocketConnection connection, UT2004WorldView worldView, IAct act)
           
 

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

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

Methods in cz.cuni.amis.pogamut.ut2004.utils with parameters of type UT2004AnalyzerParameters
 List<SERVER> UT2004AnalyzerRunner.startAgents(PARAMS... agentParameters)
           
 



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