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.Display
GameService. display(String episodeId)
Episode.Display
GameService2. display(String episodeId)
Episode.Display
NewEpisodeWrapper. getDisplay()
The structure with a lot of information about the current episode, and its place in the experiment's framework.Episode.Display
NewEpisodeWrapper2. getDisplay()
The structure with a lot of information about the current episode, and its place in the experiment's framework.Episode.Display
GameService. move(String episodeId, int x, int y, int bx, int by, int cnt)
Episode.Display
GameService2. move(String episodeId, int x, int y, int cnt)
Episode.Display
GameService2. 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 class
EpisodeInfo.ExtendedDisplay
Provides 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.Display
Episode. doMove(int y, int x, int by, int bx, int _attemptCnt)
Evaluate a move attemptEpisode.Display
EpisodeInfo. 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.Display
Episode. doPick(int y, int x, int _attemptCnt)
Evaluate a pick attemptEpisode.Display
EpisodeInfo. doPick(int y, int x, int _attemptCnt)
Episode.Display
Episode. mkDisplay()
Builds a Display objecy to be sent out over the web UI upon a /display call (rather than a /move or /pick)Episode.Display
EpisodeInfo. mkDisplay()
Builds a display to be sent out over the web UI
-