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 ParaSetNewEpisodeWrapper2. getPara()The parameter set currently in effect.ParaSetGameService. 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 ParaSetPlayerInfo. getPara(EpisodeInfo epi)Gives a link to the ParaSet associated with a given episodeParaSetEpisodeInfo. xgetPara()Methods in edu.wisc.game.sql with parameters of type ParaSet Modifier and Type Method Description static GameGeneratorGameGenerator. mkGameGenerator(ParaSet para)Creates a GameGenerator based on a parameter set.
-