| Modifier and Type | Class and Description |
|---|---|
class |
UT2004CaptureTheFlagResult |
| Modifier and Type | Method and Description |
|---|---|
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 |
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) |
| Modifier and Type | Class and Description |
|---|---|
class |
UT2004DeathMatchResult |
| Modifier and Type | Method and Description |
|---|---|
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 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) |
| Modifier and Type | Class and Description |
|---|---|
class |
UT2004Match<CONFIG extends UT2004MatchConfig,RESULT extends UT2004MatchResult>
This class serves as a gateway for creating various matches using custom bots.
|
class |
UT2004MatchExecutor<MATCH extends UT2004Match,RESULT extends UT2004MatchResult>
UT2004Match executor that will execute one instance of match a time == NO PARALELIZATION HERE! |
| Modifier and Type | Field and Description |
|---|---|
protected RESULT |
UT2004Match.result |
| Modifier and Type | Method and Description |
|---|---|
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 ... you wait for a predefined time (blocking method) for the match to finish.
|
| Modifier and Type | Method and Description |
|---|---|
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 ... concludes the match by producing/presenting whatever statistics needed about the match.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UT2004IndividualMatchResult
Represents the result of the match (very limited).
|
class |
UT2004TeamMatchResult
Represents the result of the TEAM match (very limited).
|
| Modifier and Type | Class and Description |
|---|---|
class |
UT2004TeamDeathMatchResult |
| Modifier and Type | Method and Description |
|---|---|
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) |
| 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) |
Copyright © 2019 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.