Uses of Class
edu.wisc.game.sql.Episode.Display
Packages that use Episode.Display
Package
Description
The RESTful web API
Persistent data structures
-
Uses of Episode.Display in edu.wisc.game.rest
Methods in edu.wisc.game.rest that return Episode.DisplayModifier and TypeMethodDescriptionNewEpisodeWrapper.getDisplay()
The structure with a lot of information about the current episode, and its place in the experiment's framework.NewEpisodeWrapper2.getDisplay()
The structure with a lot of information about the current episode, and its place in the experiment's framework. -
Uses of Episode.Display in edu.wisc.game.sql
Subclasses of Episode.Display in edu.wisc.game.sqlModifier and TypeClassDescriptionclass
Provides some extra information related to the episode's context within the experiment.Methods in edu.wisc.game.sql that return Episode.DisplayModifier and TypeMethodDescriptionEpisode.doMove
(int y, int x, int by, int bx, int _attemptCnt) Evaluate a move attemptEpisode.doPick
(int y, int x, int _attemptCnt) Evaluate a pick attemptEpisode.mkDisplay0()
Builds a Display objecy to be sent out over the web UI upon a /display call (rather than a /move or /pick)