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.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) -
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.DisplayEpisode. doMove2(int pieceId, int bucketId, int _attemptCnt)Episode.DisplayEpisode. doPick(int y, int x, int _attemptCnt)Evaluate a pick attemptEpisode.DisplayEpisode. doPick2(int pieceId, int _attemptCnt)Processes a /pick?id=...Episode.DisplayEpisode. mkDisplay0()Builds a Display objecy to be sent out over the web UI upon a /display call (rather than a /move or /pick)
-