Uses of Class
edu.wisc.game.rest.ParaSet
-
Packages that use ParaSet Package Description edu.wisc.game.rest The RESTful web APIedu.wisc.game.sql Persistent data structures -
-
Uses of ParaSet in edu.wisc.game.rest
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 name -
Uses of ParaSet in edu.wisc.game.sql
Methods in edu.wisc.game.sql that return ParaSet Modifier and Type Method Description 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(ParaSet para)
Creates a GameGenerator based on a parameter set.
-