Package cz.cuni.amis.pogamut.ut2004.analyzer


Interface Summary
IAnalyzerObserverListener  
IUT2004Analyzer Interface of the analyzer that should hook an IUT2004AnalyzerObserver agent onto every bot inside UT2004 game sniffing info about the bot.
IUT2004AnalyzerObserver Analyzer's observer is an agent that observes some bot inside the environment collecting interesting information about him.
 

Class Summary
IAnalyzerObserverListener.ObserverAddedNotifier  
IAnalyzerObserverListener.ObserverRemovedNotifier  
UT2004Analyzer UT2004Analyzer can be used to automatically observe all bots/players in the game sniff their messages.
UT2004AnalyzerModule  
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()).
UT2004AnalyzerObserverModule  
UT2004AnalyzerObserverParameters  
UT2004AnalyzerParameters Agent parameters are meant to provide run-time parameters needed by UT2004Analyzer.