Uses of Class
edu.wisc.game.util.CsvData.BasicLineEntry
-
Packages that use CsvData.BasicLineEntry Package Description edu.wisc.game.saved edu.wisc.game.tools edu.wisc.game.util Auxiliary classes -
-
Uses of CsvData.BasicLineEntry in edu.wisc.game.saved
Fields in edu.wisc.game.saved declared as CsvData.BasicLineEntry Modifier and Type Field Description CsvData.BasicLineEntry
TranscriptManager.ReadTranscriptData.Entry. csv
CsvData.BasicLineEntry
TranscriptManager.ReadTranscriptData. header
-
Uses of CsvData.BasicLineEntry in edu.wisc.game.tools
Constructors in edu.wisc.game.tools with parameters of type CsvData.BasicLineEntry Constructor Description EpisodeHandle(String _exp, AnalyzeTranscripts.TrialListMap trialListMap, CsvData.BasicLineEntry e)
Creates a somewhat incomplete EisodeHandle object based on a line of data from detailed transcript. -
Uses of CsvData.BasicLineEntry in edu.wisc.game.util
Fields in edu.wisc.game.util declared as CsvData.BasicLineEntry Modifier and Type Field Description CsvData.BasicLineEntry
CsvData. header
Unless noHeader=true, this is where we put the first line of the file.Methods in edu.wisc.game.util with parameters of type CsvData.BasicLineEntry Modifier and Type Method Description String
CsvData.BasicLineEntry. getColByName(CsvData.BasicLineEntry header, String name, String defVal)
Picks the value from this line's column with the specified column name.
-