cz.cuni.amis.pogamut.ut2004.ut2004testfw.config
Class MatchConfig

Package class diagram package MatchConfig
java.lang.Object
  extended by cz.cuni.amis.pogamut.ut2004.ut2004testfw.config.MatchConfig

public class MatchConfig
extends Object

Author:
tommasino

Constructor Summary
MatchConfig()
           
 
Method Summary
 UT2004Match createMatch(String utPath, Map<String,BotTemplate> bots, int id)
           
 int getFragLimit()
           
 String getHash()
           
 String getId()
           
 String getMap()
           
 int getRuns()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MatchConfig

public MatchConfig()
Method Detail

getMap

public String getMap()
Returns:

getFragLimit

public int getFragLimit()
Returns:

getRuns

public int getRuns()
Returns:

getHash

public String getHash()
Returns:

getId

public String getId()
Returns:

createMatch

public UT2004Match createMatch(String utPath,
                               Map<String,BotTemplate> bots,
                               int id)
Parameters:
utPath -
bots -
Returns:


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