Uses of Class
edu.wisc.game.sql.Episode.Pick
-
Packages that use Episode.Pick Package Description edu.wisc.game.sql Persistent data structures -
-
Uses of Episode.Pick in edu.wisc.game.sql
Subclasses of Episode.Pick in edu.wisc.game.sql Modifier and Type Class Description static class
Episode.Move
A Move instance describes an [attempted] act of picking a piece and dropping it into a bucket.Methods in edu.wisc.game.sql that return types with arguments of type Episode.Pick Modifier and Type Method Description Vector<Episode.Pick>
Episode.Display. getTranscript()
The list of all move attempts (successful or not) done so far in this episode
-