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 GameGenerator
Captive. buildGameGenerator(ParseConfig ht, String[] argv)
Creates a GameGenerator based on the parameters found in the command linestatic MlcLog
Captive. 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 GameGenerator
RandomGameGenerator. buildFromArgv(RandomRG _random, File f, ParseConfig ht, String[] argv, int ja)
Builds a RandomGameGenerator from command-line arguments.void
GameGenerator. setConditionsFromHT(ParseConfig ht)
Sets the constraints if they are specified in the command-line options
-