Uses of Class
edu.wisc.game.util.ParseConfig
-
Packages that use ParseConfig Package Description edu.wisc.game.engine Top-level Game Server codeedu.wisc.game.sql Persistent data structures -
-
Uses of ParseConfig in edu.wisc.game.engine
Methods in edu.wisc.game.engine with parameters of type ParseConfig Modifier and Type Method Description static GameGeneratorCaptive. buildGameGenerator(ParseConfig ht, String[] argv)Creates a GameGenerator based on the parameters found in the command linestatic MlcLogCaptive. mkLog(ParseConfig ht)Creates an MLC results logger object, if required by the command line params. -
Uses of ParseConfig in edu.wisc.game.sql
Methods in edu.wisc.game.sql with parameters of type ParseConfig Modifier and Type Method Description static GameGeneratorRandomGameGenerator. buildFromArgv(RandomRG _random, File f, ParseConfig ht, String[] argv, int ja)Builds a RandomGameGenerator from command-line arguments.voidGameGenerator. setConditionsFromHT(ParseConfig ht)Sets the constraints if they are specified in the command-line options
-