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   
 

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(UCCWrapper ucc, UT2004Server server, 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(UCCWrapper ucc, UT2004Server server, 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(UCCWrapper ucc, UT2004Server server, 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(UCCWrapper ucc, UT2004Server server, 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(UCCWrapper ucc, UT2004Server server, UT2004Analyzer analyzer, UT2004Match.Bots bots, long timeoutInMillis)
          Usually STEP 10 ...
 

Methods in cz.cuni.amis.pogamut.ut2004.tournament.match with parameters of type UT2004MatchResult
protected abstract  void UT2004Match.outputResults(UCCWrapper ucc, UT2004Server server, UT2004Analyzer analyzer, UT2004Match.Bots bots, UT2004MatchResult result, File outputDirectory)
          Usually STEP 12 ...
 

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).
 



Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.