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 SummaryFieldsModifier 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
- 
kpublic final int k
- 
timeString
- 
pickPick or move, as the case may be
- 
codepublic final int codeThe success code read from the transcript
- 
moverpublic final int mover
 
- 
- 
Method Details