| ActivateBonusWrapper |
|
| ColorMap |
|
| FileWriteReport |
This data structure is converted to JSON and send to the client in response to the /writeFile web API call.
|
| GameService |
The "First Batch" of API calls, primarily for use in the research environment, where a player can choose any game to play
|
| GameService2 |
The "Second Batch" of API calls, primarily for use with players constrained by an experiment plan, and playing a sequence of games as outlined in the trial list to which the player is assigned.
|
| GiveUpWrapper |
|
| ListShapesWrapper |
Lists all available shapes
|
| NewEpisodeWrapper |
|
| NewEpisodeWrapper2 |
This is an object that's converted to a JSON structure and sent to the client as a response in /GameService2/newEpisode calls.
|
| ParaSet |
|
| ParaSet.Incentive |
Various incentive schemes available to experiment designers.
|
| PlayerResponse |
The object returned by the /player call.
|
| PregameService.BookletSize |
An HTML page + error code
|
| PregameService.Page |
An HTML page + error code
|
| PregameService.PregameResponseBase |
Some info + error code
|
| ResponseBase |
The parent class for various structures that are returned, in JSON form,'
by REST calls.
|
| TrialList |
|
| UserResponse |
Used by LoginServlet and the Android app for registering new users and logging in
|