Uses of Class
edu.wisc.game.rest.ParaSet
Package | Description |
---|---|
edu.wisc.game.engine |
Top-level Game Server code
|
edu.wisc.game.rest |
The RESTful web API
|
edu.wisc.game.sql |
Persistent data structures
|
-
Uses of ParaSet in edu.wisc.game.engine
Constructors in edu.wisc.game.engine with parameters of type ParaSet Constructor Description AutomaticRuleGenerator(Long seed, ParaSet _para)
Ensures that the para table has the default (legacy) values for "colors" and "shapes", if none are supplied in the CSV file. -
Uses of ParaSet in edu.wisc.game.rest
Fields in edu.wisc.game.rest declared as ParaSet Modifier and Type Field Description static ParaSet
ParaSet. legacy
A dummy ParaSet object that contains legacy colors and shapes.Methods in edu.wisc.game.rest that return ParaSet Modifier and Type Method Description ParaSet
NewEpisodeWrapper2. getPara()
The parameter set currently in effect.ParaSet
GameService. getParam(String name)
Gets the entire parameter set, identified by namestatic ParaSet
ParaSet. textToParaSet(String s)
Processes ParaSet data that have been already read into string. -
Uses of ParaSet in edu.wisc.game.sql
Methods in edu.wisc.game.sql that return ParaSet Modifier and Type Method Description ParaSet
PlayerInfo. getFirstPara()
Gives a link to the first ParaSet.ParaSet
PlayerInfo. getPara(EpisodeInfo epi)
Gives a link to the ParaSet associated with a given episodeParaSet
EpisodeInfo. xgetPara()
Methods in edu.wisc.game.sql with parameters of type ParaSet Modifier and Type Method Description static GameGenerator
GameGenerator. mkGameGenerator(RandomRG _random, ParaSet para)
Creates a GameGenerator based on a parameter set.Constructors in edu.wisc.game.sql with parameters of type ParaSet Constructor Description EpisodeInfo(Game game, ParaSet _para)
ReplayedEpisode(String _episodeId, ParaSet _para, Game game, ReplayedEpisode.RandomPlayer _randomPlayerModel)
Creates an Episode in order to replay an old recorded Game (with a known rule set and a known initial board) properties of the initial board).