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 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
-