Package edu.wisc.game.saved
Class TranscriptManager.ReadTranscriptData.Entry
java.lang.Object
edu.wisc.game.saved.TranscriptManager.ReadTranscriptData.Entry
- Enclosing class:
TranscriptManager.ReadTranscriptData
Stores the content of one line (representing one move/pick
attempt) read back from the transcript file
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal intThe success code read from the transcriptfinal CsvData.BasicLineEntryfinal Stringfinal intfinal intfinal Episode.PickPick or move, as the case may befinal Stringfinal String -
Method Summary
-
Field Details
-
csv
-
pid
-
eid
-
k
public final int k -
timeString
-
pick
Pick or move, as the case may be -
code
public final int codeThe success code read from the transcript -
mover
public final int mover
-
-
Method Details