Uses of Class
edu.wisc.game.sql.PlayerInfo.TransitionMap
Package | Description |
---|---|
edu.wisc.game.rest |
The RESTful web API
|
edu.wisc.game.sql |
Persistent data structures
|
-
Uses of PlayerInfo.TransitionMap in edu.wisc.game.rest
Methods in edu.wisc.game.rest that return PlayerInfo.TransitionMap Modifier and Type Method Description PlayerInfo.TransitionMap
GuessWriteReport. getTransitionMap()
Describes the possible transitions (another episode in the same series, new series, etc) which can be effected after this episode. -
Uses of PlayerInfo.TransitionMap in edu.wisc.game.sql
Methods in edu.wisc.game.sql that return PlayerInfo.TransitionMap Modifier and Type Method Description PlayerInfo.TransitionMap
EpisodeInfo.ExtendedDisplay. getTransitionMap()
Describes the possible transitions (another episode in the same series, new series, etc) which can be effected after this episode.