Package edu.wisc.game.sql
Class Episode.Move
java.lang.Object
edu.wisc.game.sql.Episode.Pick
edu.wisc.game.sql.Episode.Move
- Enclosing class:
- Episode
public static class Episode.Move extends Episode.Pick
A Move instance describes an [attempted] act of picking a piece
and dropping it into a bucket.
-
Field Summary
Fields Modifier and Type Field Description intbucketNo(Attempted) destination, in the [0:3] range -
Constructor Summary
-
Method Summary
Modifier and Type Method Description intgetBucketNo()StringtoString()
-
Field Details
-
bucketNo
public final int bucketNo(Attempted) destination, in the [0:3] range
-
-
Constructor Details
-
Method Details
-
getBucketNo
public int getBucketNo() -
toString
- Overrides:
toStringin classEpisode.Pick
-