Uses of Class
edu.wisc.game.sql.Episode
-
Packages that use Episode Package Description edu.wisc.game.sql Persistent data structures -
-
Uses of Episode in edu.wisc.game.sql
Subclasses of Episode in edu.wisc.game.sql Modifier and Type Class Description class
EpisodeInfo
An EpisodeInfo instance extends an Episode, containing additional information related to it being played as part of an experiment.Fields in edu.wisc.game.sql with type parameters of type Episode Modifier and Type Field Description static HashMap<String,Episode>
EpisodeInfo. globalAllEpisodes
Methods in edu.wisc.game.sql that return Episode Modifier and Type Method Description static Episode
EpisodeInfo. locateEpisode(String eid)
-