| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.ut2004.tournament.deathmatch |
| Modifier and Type | Field and Description |
|---|---|
protected List<UT2004DeathMatchResult> |
UT2004DeathMatchRepeater.results |
| Modifier and Type | Method and Description |
|---|---|
UT2004DeathMatchResult |
UT2004DeathMatch1v1.call() |
UT2004DeathMatchResult |
UT2004DeathMatch.execute() |
UT2004DeathMatchResult |
UT2004DeathMatch1v1.getResult()
Last result of the match.
|
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) |
| Modifier and Type | Method and Description |
|---|---|
Map<cz.cuni.amis.utils.token.IToken,UT2004DeathMatchResult> |
UT2004DeathMatchTournament.call() |
List<UT2004DeathMatchResult> |
UT2004DeathMatchRepeater.call() |
Map<cz.cuni.amis.utils.token.IToken,UT2004DeathMatchResult> |
UT2004DeathMatchTournament.getResults()
This map holds the results of respective matches.
|
List<UT2004DeathMatchResult> |
UT2004DeathMatchRepeater.getResults()
After the
UT2004DeathMatchRepeater.run() or UT2004DeathMatchRepeater.call() returns list of match results
(Array is guaranteed to have the length of UT2004DeathMatchRepeater.repeats, some items may be null == exception
happened). |
| Modifier and Type | Method and Description |
|---|---|
protected void |
UT2004DeathMatch.outputResults_step1(UT2004DeathMatchResult result,
File outputDirectory) |
protected void |
UT2004DeathMatch.outputResults_step2(UT2004DeathMatchResult result,
File outputDirectory) |
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.