Uses of Class
edu.wisc.game.sql.GameGenerator
-
Packages that use GameGenerator Package Description edu.wisc.game.sql Persistent data structures -
-
Uses of GameGenerator in edu.wisc.game.sql
Subclasses of GameGenerator in edu.wisc.game.sql Modifier and Type Class Description classPredefinedBoardGameGeneratorThis class generates games based on a set of predefined initial boardsclassRandomGameGeneratorThis class generates random games (with the same rule set and randomly created initial boards) based on the provided parameter range specificationsclassRandomImageGameGeneratorThis class generates random games (with the same rule set and randomly created initial boards) using image-and-property based game pieces based on the provided parameter range specificationsclassTrivialGameGeneratorJust keeps returning the same game every timeMethods in edu.wisc.game.sql that return GameGenerator Modifier and Type Method Description static GameGeneratorGameGenerator. mkGameGenerator(ParaSet para)Creates a GameGenerator based on a parameter set.
-