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 int
The success code read from the transcriptfinal CsvData.BasicLineEntry
final String
final int
final int
final Episode.Pick
Pick or move, as the case may befinal String
final 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