| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.ut2004.analyzer | |
| cz.cuni.amis.pogamut.ut2004.analyzer.stats |
| Modifier and Type | Class and Description |
|---|---|
class |
UT2004AnalyzerObserver
Base class implementing
IUT2004AnalyzerObserver, does not add that much functionality, except
starting the observation for desired agent and abide watching out for GameRestarted so you
have easy work to restart the observation data collection (and to abide UT2004AnalyzerObserverParameters.isWaitForMatchRestart()). |
| Modifier and Type | Method and Description |
|---|---|
Map<UnrealId,IUT2004AnalyzerObserver> |
UT2004Analyzer.getObservers() |
Map<UnrealId,IUT2004AnalyzerObserver> |
IUT2004Analyzer.getObservers()
Returns all observers currently owned by the analyzer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IAnalyzerObserverListener.observerAdded(UnrealId botId,
IUT2004AnalyzerObserver observer) |
void |
IAnalyzerObserverListener.observerRemoved(UnrealId botId,
IUT2004AnalyzerObserver observer) |
void |
IAnalyzerObserverListener.ObserverAddedNotifier.setObserver(IUT2004AnalyzerObserver observer) |
void |
IAnalyzerObserverListener.ObserverRemovedNotifier.setObserver(IUT2004AnalyzerObserver observer) |
| Modifier and Type | Class and Description |
|---|---|
class |
UT2004AnalyzerObsStats
Observer that provides logging of bot's health, number of deaths, traveled distance and bot's location, etc.
|
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.