Uses of Class
edu.wisc.game.sql.EpisodeInfo
Packages that use EpisodeInfo
-
Uses of EpisodeInfo in edu.wisc.game.sql
Fields in edu.wisc.game.sql with type parameters of type EpisodeInfoModifier and TypeFieldDescriptionPlayerInfo.Series.episodes
static HashMap<String,
EpisodeInfo> EpisodeInfo.globalAllEpisodes
Table with all episodes recently played on this server.Methods in edu.wisc.game.sql that return EpisodeInfoModifier and TypeMethodDescriptionPlayerInfo.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) 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 EpisodeInfoMethods in edu.wisc.game.sql with parameters of type EpisodeInfoModifier and TypeMethodDescriptionvoid
PlayerInfo.addEpisode
(EpisodeInfo c) 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 EpisodeInfoModifier and TypeMethodDescriptionvoid
PlayerInfo.setAllEpisodes
(Vector<EpisodeInfo> _allEpisodes)