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.episodesstatic HashMap<String,EpisodeInfo> EpisodeInfo.globalAllEpisodesTable 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 EpisodeInfoEpisodeInfo.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 TypeMethodDescriptionvoidPlayerInfo.addEpisode(EpisodeInfo c) PlayerInfo.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 EpisodeInfoModifier and TypeMethodDescriptionvoidPlayerInfo.setAllEpisodes(Vector<EpisodeInfo> _allEpisodes)