Uses of Class
edu.wisc.game.sql.Episode.Display
-
Packages that use Episode.Display Package Description edu.wisc.game.rest The RESTful web APIedu.wisc.game.sql Persistent data structures -
-
Uses of Episode.Display in edu.wisc.game.rest
Methods in edu.wisc.game.rest that return Episode.Display Modifier and Type Method Description Episode.DisplayGameService. display(String episodeId)Episode.DisplayGameService2. display(String episodeId)Episode.DisplayNewEpisodeWrapper. getDisplay()The structure with a lot of information about the current episode, and its place in the experiment's framework.Episode.DisplayNewEpisodeWrapper2. getDisplay()The structure with a lot of information about the current episode, and its place in the experiment's framework.Episode.DisplayGameService. move(String episodeId, int x, int y, int bx, int by, int cnt)Episode.DisplayGameService2. move(String episodeId, int x, int y, int cnt)Episode.DisplayGameService2. move(String episodeId, int x, int y, int bx, int by, int cnt) -
Uses of Episode.Display in edu.wisc.game.sql
Subclasses of Episode.Display in edu.wisc.game.sql Modifier and Type Class Description classEpisodeInfo.ExtendedDisplayProvides some extra information related to the episode's context within the experiment.Methods in edu.wisc.game.sql that return Episode.Display Modifier and Type Method Description Episode.DisplayEpisode. doMove(int y, int x, int by, int bx, int _attemptCnt)Evaluate a move attemptEpisode.DisplayEpisodeInfo. doMove(int y, int x, int by, int bx, int _attemptCnt)Calls Episode.doMove, and then does various adjustments related to this episode's role in the experiment plan.Episode.DisplayEpisode. doPick(int y, int x, int _attemptCnt)Evaluate a pick attemptEpisode.DisplayEpisodeInfo. doPick(int y, int x, int _attemptCnt)Episode.DisplayEpisode. mkDisplay()Builds a Display objecy to be sent out over the web UI upon a /display call (rather than a /move or /pick)Episode.DisplayEpisodeInfo. mkDisplay()Builds a display to be sent out over the web UI
-