Uses of Class
edu.wisc.game.rest.TrialList
-
Packages that use TrialList Package Description edu.wisc.game.rest The RESTful web APIedu.wisc.game.sql Persistent data structures -
-
Uses of TrialList in edu.wisc.game.rest
Methods in edu.wisc.game.rest that return TrialList Modifier and Type Method Description TrialList
PlayerResponse. 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 void
PlayerInfo. initSeries(TrialList trialList)
This is usesd when a player is first registered and a PlayerInfo object is first created
-