Uses of Class
edu.wisc.game.tools.AnalyzeTranscripts.TrialListMap
-
Packages that use AnalyzeTranscripts.TrialListMap Package Description edu.wisc.game.saved edu.wisc.game.tools -
-
Uses of AnalyzeTranscripts.TrialListMap in edu.wisc.game.saved
Methods in edu.wisc.game.saved with parameters of type AnalyzeTranscripts.TrialListMap Modifier and Type Method Description static HashMap<String,EpisodeHandle>
TranscriptManager. findRuleSetNames(String exp, AnalyzeTranscripts.TrialListMap trialListMap, File detailedTranscriptsFile)
This method is used as a helper in a unit test for ReplayedEpisode; its purpose is to find rule set names for various episodes without accessing the SQL server. -
Uses of AnalyzeTranscripts.TrialListMap in edu.wisc.game.tools
Constructors in edu.wisc.game.tools with parameters of type AnalyzeTranscripts.TrialListMap 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.
-