Uses of Class
edu.wisc.game.rest.FileWriteReport
| Package | Description |
|---|---|
| edu.wisc.game.rest |
The RESTful web API
|
-
Uses of FileWriteReport in edu.wisc.game.rest
Subclasses of FileWriteReport in edu.wisc.game.rest Modifier and Type Class Description classGuessWriteReportThis data structure is converted to JSON and send to the client in response to the /guess web API call.Methods in edu.wisc.game.rest that return FileWriteReport Modifier and Type Method Description FileWriteReportGameService2. guess(String episodeId, String text, int confidence)Records a player's guess about the rules.FileWriteReportGameService. writeFile(String dir, String file, String appendString, String data)