| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.ut2004.tournament.capturetheflag | |
| cz.cuni.amis.pogamut.ut2004.tournament.deathmatch | |
| cz.cuni.amis.pogamut.ut2004.tournament.match |
| Modifier and Type | Method and Description |
|---|---|
protected void |
UT2004CaptureTheFlag.outputResults(UCCWrapper ucc,
UT2004Server server,
UT2004Analyzer analyzer,
UT2004Match.Bots bots,
UT2004MatchResult result,
File outputDirectory) |
protected UT2004CaptureTheFlagResult |
UT2004CaptureTheFlag.processResults(UCCWrapper ucc,
UT2004Server server,
UT2004Analyzer analyzer,
UT2004Match.Bots bots,
List<Integer> winners,
Map<cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId,PlayerScore> finalScores,
Map<Integer,TeamScore> teamScores) |
protected UT2004MatchResult |
UT2004CaptureTheFlag.waitMatchFinish(UCCWrapper ucc,
UT2004Server server,
UT2004Analyzer analyzer,
UT2004Match.Bots bots,
long timeoutInMillis) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
UT2004DeathMatch.outputResults(UCCWrapper ucc,
UT2004Server server,
UT2004Analyzer analyzer,
UT2004Match.Bots bots,
UT2004MatchResult result,
File outputDirectory) |
protected UT2004DeathMatchResult |
UT2004DeathMatch.processResults(UCCWrapper ucc,
UT2004Server server,
UT2004Analyzer analyzer,
UT2004Match.Bots bots,
List<cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId> winners,
Map<cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId,PlayerScore> finalScores) |
protected UT2004MatchResult |
UT2004DeathMatch.waitMatchFinish(UCCWrapper ucc,
UT2004Server server,
UT2004Analyzer analyzer,
UT2004Match.Bots bots,
long timeoutInMillis) |
| Modifier and Type | Method and Description |
|---|---|
protected UT2004Match.Bots |
UT2004Match.startBots(UCCWrapper ucc,
UT2004Server server)
Usually STEP 5 ...
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
UT2004Match.matchIsAboutToBegin(UCCWrapper ucc,
UT2004Server server,
UT2004Analyzer analyzer,
UT2004Match.Bots bots)
Optional (usually) STEP 7 ...
|
protected abstract void |
UT2004Match.outputResults(UCCWrapper ucc,
UT2004Server server,
UT2004Analyzer analyzer,
UT2004Match.Bots bots,
UT2004MatchResult result,
File outputDirectory)
Usually STEP 12 ...
|
protected void |
UT2004Match.restartMatch(UT2004Server server,
UT2004Match.Bots bots)
Usually STEP 8 ...
|
protected void |
UT2004Match.shutdownAll(UCCWrapper ucc,
UT2004Server server,
UT2004Analyzer analyzer,
UT2004Match.Bots bots)
Usually STEP 13 ...
|
protected UT2004Analyzer |
UT2004Match.startAnalyzer(UCCWrapper ucc,
UT2004Match.Bots bots,
File outputDirectory)
Optional (usually) STEP 6 ...
|
protected abstract UT2004MatchResult |
UT2004Match.waitMatchFinish(UCCWrapper ucc,
UT2004Server server,
UT2004Analyzer analyzer,
UT2004Match.Bots bots,
long timeoutInMillis)
Usually STEP 10 ...
|
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.