Uses of Class
edu.wisc.game.rest.TrialList
| Package | Description |
|---|---|
| edu.wisc.game.rest |
The RESTful web API
|
| edu.wisc.game.sql |
Persistent data structures
|
| edu.wisc.game.web |
Back-end classes for some auxiliary JSP pages
|
-
Uses of TrialList in edu.wisc.game.rest
Methods in edu.wisc.game.rest that return TrialList Modifier and Type Method Description TrialListPlayerResponse. getTrialList() -
Uses of TrialList in edu.wisc.game.sql
Methods in edu.wisc.game.sql with parameters of type TrialList Modifier and Type Method Description voidPlayerInfo. initSeries(TrialList trialList)This is usesd when a player is first registered and a PlayerInfo object is first created. -
Uses of TrialList in edu.wisc.game.web
Methods in edu.wisc.game.web with parameters of type TrialList Modifier and Type Method Description protected StringLaunchRulesBase. describeTrialList(TrialList t, HashSet<String> knownRuleSetNames)Creates a description of a trial list, consisting of the descriptions of all rule sets in the list.