Class Episode.Pick

java.lang.Object
edu.wisc.game.sql.Episode.Pick
Direct Known Subclasses:
Episode.Move
Enclosing class:
Episode

public static class Episode.Pick extends Object
A Pick instance describes the act of picking a piece, without specifying its destination
  • Field Details

    • pos

      public final int pos
      The position of the piece being moved, in the [1:N*N] range
    • time

      public final Date time
  • Constructor Details

  • Method Details

    • getPos

      public int getPos()
    • getPieceId

      public int getPieceId()
    • getCode

      public int getCode()
    • setCode

      public void setCode(int _code)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getRValue

      public double getRValue()
    • getMover

      public int getMover()