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. globalAllEpisodesMethods in edu.wisc.game.sql that return EpisodeInfo Modifier and Type Method Description EpisodeInfoPlayerInfo. 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 EpisodeInfoEpisodeInfo. locateEpisode(String eid)EpisodeInfoPlayerInfo. 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 voidPlayerInfo. addEpisode(EpisodeInfo c)ParaSetPlayerInfo. getPara(EpisodeInfo epi)Gives a link to the ParaSet associated with a given episodevoidPlayerInfo. removeEpisode(EpisodeInfo c)Method parameters in edu.wisc.game.sql with type arguments of type EpisodeInfo Modifier and Type Method Description voidPlayerInfo. setAllEpisodes(Vector<EpisodeInfo> _allEpisodes)