Class TranscriptManager.ReadTranscriptData.Entry

  • Enclosing class:
    TranscriptManager.ReadTranscriptData

    public static class TranscriptManager.ReadTranscriptData.Entry
    extends Object
    Stores the content of one line (representing one move/pick attempt) read back from the transcript file
    • Field Detail

      • pid

        public final String pid
      • eid

        public final String eid
      • k

        public final int k
      • timeString

        public final String timeString
        YYYYMMDD-hhmmss.sss
      • pick

        public final Episode.Pick pick
        Pick or move, as the case may be
      • code

        public final int code
        The success code read from the transcript
      • mover

        public final int mover
    • Method Detail

      • timestamp

        public Date timestamp()
        Parses the timeString value, using the same format that was used to write it
      • equals

        public boolean equals​(Object o)
        Requires the equality of the strings in all columns
        Overrides:
        equals in class Object