| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.ut2004.analyzer | |
| cz.cuni.amis.pogamut.ut2004.utils |
Utility classes connected to the Unreal Engine.
|
| Modifier and Type | Method and Description |
|---|---|
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.setObserverAddress(SocketConnectionAddress observerAddress)
Sets observer address that should be used for spawning new observers.
|
UT2004AnalyzerParameters |
UT2004AnalyzerParameters.setObserverModule(UT2004AnalyzerObserverModule 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) |
| Constructor and Description |
|---|
UT2004Analyzer(UT2004AnalyzerParameters params,
IAgentLogger agentLogger,
IComponentBus bus,
SocketConnection connection,
UT2004WorldView worldView,
IAct act) |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
List<SERVER> |
UT2004AnalyzerRunner.startAgents(PARAMS... agentParameters) |
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.