| Modifier and Type | Method and Description |
|---|---|
protected void |
UT2004CaptureTheFlag.outputResults(cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper ucc,
cz.cuni.amis.pogamut.ut2004.server.impl.UT2004Server server,
cz.cuni.amis.pogamut.ut2004.analyzer.UT2004Analyzer analyzer,
UT2004Match.Bots bots,
UT2004MatchResult result,
File outputDirectory) |
protected UT2004CaptureTheFlagResult |
UT2004CaptureTheFlag.processResults(cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper ucc,
cz.cuni.amis.pogamut.ut2004.server.impl.UT2004Server server,
cz.cuni.amis.pogamut.ut2004.analyzer.UT2004Analyzer analyzer,
UT2004Match.Bots bots,
List<Integer> winners,
Map<cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId,cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerScore> finalScores,
Map<Integer,cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScore> teamScores) |
protected UT2004MatchResult |
UT2004CaptureTheFlag.waitMatchFinish(cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper ucc,
cz.cuni.amis.pogamut.ut2004.server.impl.UT2004Server server,
cz.cuni.amis.pogamut.ut2004.analyzer.UT2004Analyzer analyzer,
UT2004Match.Bots bots,
long timeoutInMillis) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
UT2004DeathMatch.outputResults(cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper ucc,
cz.cuni.amis.pogamut.ut2004.server.impl.UT2004Server server,
cz.cuni.amis.pogamut.ut2004.analyzer.UT2004Analyzer analyzer,
UT2004Match.Bots bots,
UT2004MatchResult result,
File outputDirectory) |
protected UT2004DeathMatchResult |
UT2004DeathMatch.processResults(cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper ucc,
cz.cuni.amis.pogamut.ut2004.server.impl.UT2004Server server,
cz.cuni.amis.pogamut.ut2004.analyzer.UT2004Analyzer analyzer,
UT2004Match.Bots bots,
List<cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId> winners,
Map<cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId,cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerScore> finalScores) |
protected UT2004MatchResult |
UT2004DeathMatch.waitMatchFinish(cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper ucc,
cz.cuni.amis.pogamut.ut2004.server.impl.UT2004Server server,
cz.cuni.amis.pogamut.ut2004.analyzer.UT2004Analyzer analyzer,
UT2004Match.Bots bots,
long timeoutInMillis) |
| Modifier and Type | Method and Description |
|---|---|
protected UT2004Match.Bots |
UT2004Match.startBots(cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper ucc,
cz.cuni.amis.pogamut.ut2004.server.impl.UT2004Server server)
Usually STEP 5.1 ...
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
UT2004Match.matchIsAboutToBegin(cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper ucc,
cz.cuni.amis.pogamut.ut2004.server.impl.UT2004Server server,
cz.cuni.amis.pogamut.ut2004.analyzer.UT2004Analyzer analyzer,
UT2004Match.Bots bots)
Optional (usually) STEP 7 ...
|
protected abstract void |
UT2004Match.outputResults(cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper ucc,
cz.cuni.amis.pogamut.ut2004.server.impl.UT2004Server server,
cz.cuni.amis.pogamut.ut2004.analyzer.UT2004Analyzer analyzer,
UT2004Match.Bots bots,
UT2004MatchResult result,
File outputDirectory)
Usually STEP 12 ...
|
protected void |
UT2004Match.restartMatch(cz.cuni.amis.pogamut.ut2004.server.impl.UT2004Server server,
UT2004Match.Bots bots)
Usually STEP 8 ...
|
protected void |
UT2004Match.shutdownAll(cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper ucc,
cz.cuni.amis.pogamut.ut2004.server.impl.UT2004Server server,
cz.cuni.amis.pogamut.ut2004.analyzer.UT2004Analyzer analyzer,
UT2004Match.Bots bots)
Usually STEP 13 ...
|
protected cz.cuni.amis.pogamut.ut2004.analyzer.UT2004Analyzer |
UT2004Match.startAnalyzer(cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper ucc,
UT2004Match.Bots bots,
File outputDirectory,
boolean humanLikeObserving)
Optional (usually) STEP 6 ...
|
protected void |
UT2004Match.waitHumanPlayers(cz.cuni.amis.pogamut.ut2004.server.impl.UT2004Server server,
UT2004Match.Bots bots)
Usually STEP 5.2 ...
|
protected abstract UT2004MatchResult |
UT2004Match.waitMatchFinish(cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper ucc,
cz.cuni.amis.pogamut.ut2004.server.impl.UT2004Server server,
cz.cuni.amis.pogamut.ut2004.analyzer.UT2004Analyzer analyzer,
UT2004Match.Bots bots,
long timeoutInMillis)
Usually STEP 10 ...
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
UT2004TeamDeathMatch.outputResults(cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper ucc,
cz.cuni.amis.pogamut.ut2004.server.impl.UT2004Server server,
cz.cuni.amis.pogamut.ut2004.analyzer.UT2004Analyzer analyzer,
UT2004Match.Bots bots,
UT2004MatchResult result,
File outputDirectory) |
protected UT2004TeamDeathMatchResult |
UT2004TeamDeathMatch.processResults(cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper ucc,
cz.cuni.amis.pogamut.ut2004.server.impl.UT2004Server server,
cz.cuni.amis.pogamut.ut2004.analyzer.UT2004Analyzer analyzer,
UT2004Match.Bots bots,
List<Integer> winners,
Map<cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId,cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PlayerScore> finalScores,
Map<Integer,cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScore> teamScores) |
protected UT2004MatchResult |
UT2004TeamDeathMatch.waitMatchFinish(cz.cuni.amis.pogamut.ut2004.utils.UCCWrapper ucc,
cz.cuni.amis.pogamut.ut2004.server.impl.UT2004Server server,
cz.cuni.amis.pogamut.ut2004.analyzer.UT2004Analyzer analyzer,
UT2004Match.Bots bots,
long timeoutInMillis) |
Copyright © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.