Package edu.wisc.game.rest
Class GuessWriteReport
java.lang.Object
edu.wisc.game.rest.ResponseBase
edu.wisc.game.rest.FileWriteReport
edu.wisc.game.rest.GuessWriteReport
public class GuessWriteReport extends FileWriteReport
This data structure is converted to JSON and send to the client in response to the /guess web API call.
-
Method Summary
Modifier and Type Method Description PlayerInfo.TransitionMap
getTransitionMap()
Describes the possible transitions (another episode in the same series, new series, etc) which can be effected after this episode.Methods inherited from class edu.wisc.game.rest.FileWriteReport
getByteCnt, getPath, setByteCnt, setPath
-
Method Details
-
getTransitionMap
Describes the possible transitions (another episode in the same series, new series, etc) which can be effected after this episode. This can be used to generate transition buttons.
-