Uses of Class
edu.wisc.game.sql.EpisodeInfo
Package | Description |
---|---|
edu.wisc.game.sql |
Persistent data structures
|
-
Uses of EpisodeInfo in edu.wisc.game.sql
Fields in edu.wisc.game.sql with type parameters of type EpisodeInfo Modifier and Type Field Description static HashMap<String,EpisodeInfo>
EpisodeInfo. globalAllEpisodes
Methods in edu.wisc.game.sql that return EpisodeInfo Modifier and Type Method Description EpisodeInfo
PlayerInfo. episodeToDo()
Returns the currently unfinished last episode to be resumed, or a new episode (in the current series or the next series, as the case may be), or null if this player has finished with all series.static EpisodeInfo
EpisodeInfo. locateEpisode(String eid)
EpisodeInfo
PlayerInfo. mostRecentEpisode()
Retrieves the most recent episode, which may be completed or incomplete.Methods in edu.wisc.game.sql that return types with arguments of type EpisodeInfo Modifier and Type Method Description Vector<EpisodeInfo>
PlayerInfo. getAllEpisodes()
Methods in edu.wisc.game.sql with parameters of type EpisodeInfo Modifier and Type Method Description void
PlayerInfo. addEpisode(EpisodeInfo c)
ParaSet
PlayerInfo. getPara(EpisodeInfo epi)
Gives a link to the ParaSet associated with a given episodevoid
PlayerInfo. removeEpisode(EpisodeInfo c)
Method parameters in edu.wisc.game.sql with type arguments of type EpisodeInfo Modifier and Type Method Description void
PlayerInfo. setAllEpisodes(Vector<EpisodeInfo> _allEpisodes)