Uses of Class
cz.cuni.amis.pogamut.ut2004.tournament.match.result.UT2004MatchResult

Packages that use UT2004MatchResult
cz.cuni.amis.pogamut.ut2004.tournament.capturetheflag   
cz.cuni.amis.pogamut.ut2004.tournament.deathmatch   
cz.cuni.amis.pogamut.ut2004.tournament.match   
cz.cuni.amis.pogamut.ut2004.tournament.match.result   
cz.cuni.amis.pogamut.ut2004.tournament.teamdeathmatch   
 

Uses of UT2004MatchResult in cz.cuni.amis.pogamut.ut2004.tournament.capturetheflag
 

Subclasses of UT2004MatchResult in cz.cuni.amis.pogamut.ut2004.tournament.capturetheflag
 class UT2004CaptureTheFlagResult
           
 

Methods in cz.cuni.amis.pogamut.ut2004.tournament.capturetheflag that return UT2004MatchResult
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)
           
 

Methods in cz.cuni.amis.pogamut.ut2004.tournament.capturetheflag with parameters of type UT2004MatchResult
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)
           
 

Uses of UT2004MatchResult in cz.cuni.amis.pogamut.ut2004.tournament.deathmatch
 

Subclasses of UT2004MatchResult in cz.cuni.amis.pogamut.ut2004.tournament.deathmatch
 class UT2004DeathMatchResult
           
 

Methods in cz.cuni.amis.pogamut.ut2004.tournament.deathmatch that return UT2004MatchResult
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)
           
 

Methods in cz.cuni.amis.pogamut.ut2004.tournament.deathmatch with parameters of type UT2004MatchResult
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)
           
 

Uses of UT2004MatchResult in cz.cuni.amis.pogamut.ut2004.tournament.match
 

Classes in cz.cuni.amis.pogamut.ut2004.tournament.match with type parameters of type UT2004MatchResult
 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!
 

Fields in cz.cuni.amis.pogamut.ut2004.tournament.match declared as UT2004MatchResult
protected  RESULT UT2004Match.result
           
 

Methods in cz.cuni.amis.pogamut.ut2004.tournament.match that return UT2004MatchResult
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.
 

Methods in cz.cuni.amis.pogamut.ut2004.tournament.match with parameters of type UT2004MatchResult
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.
 

Uses of UT2004MatchResult in cz.cuni.amis.pogamut.ut2004.tournament.match.result
 

Subclasses of UT2004MatchResult in cz.cuni.amis.pogamut.ut2004.tournament.match.result
 class UT2004IndividualMatchResult
          Represents the result of the match (very limited).
 class UT2004TeamMatchResult
          Represents the result of the TEAM match (very limited).
 

Uses of UT2004MatchResult in cz.cuni.amis.pogamut.ut2004.tournament.teamdeathmatch
 

Subclasses of UT2004MatchResult in cz.cuni.amis.pogamut.ut2004.tournament.teamdeathmatch
 class UT2004TeamDeathMatchResult
           
 

Methods in cz.cuni.amis.pogamut.ut2004.tournament.teamdeathmatch that return UT2004MatchResult
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)
           
 

Methods in cz.cuni.amis.pogamut.ut2004.tournament.teamdeathmatch with parameters of type UT2004MatchResult
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 © 2016 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.